svg {
  display: none;
}
html,
body {
  font-family: "Source Sans Pro";
  font-size: 15px;
  margin-top: 43px;
  overflow-x: hidden;
}
h1,
h2,
h3,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
h2 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 600;
  padding: 25px 0;
}
h2.auto {
  display: flex;
  align-items: center;
  padding: 0;
  height: 110px;
}
h2 b,
h2 strong {
  font-weight: 700;
  text-transform: uppercase;
}
h2 i,
h2 em {
  font-size: 24px;
  line-height: 30px;
  padding-top: 5px;
  display: inline-block;
}
h3 {
  font-size: 24px;
  font-weight: 700;
}
h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
ul li {
  list-style: none;
  padding-left: 14px;
  position: relative;
  margin-bottom: 8px;
}
ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 8px;
  background: black;
  -webkit-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  -ms-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
}
ul li:last-child {
  margin-bottom: 0;
}
ul + * {
  margin-top: 15px;
}
blockquote {
  color: white;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 40px 120px;
  position: relative;
}
blockquote:before,
blockquote:after {
  content: "";
  position: absolute;
  top: 40px;
  background: url(../images/guillemet-orange.svg);
  background-size: 60px;
  width: 60px;
  height: 60px;
}
blockquote:before {
  left: 30px;
}
blockquote:after {
  right: 30px;
  transform: rotate(180deg);
}
blockquote p:last-child {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 0;
}
form label,
form .label {
  font-weight: 700;
}
form .form-control {
  border-radius: 0;
  border: solid 1px #ccc;
  transition: border 0.25s ease;
}
form .form-control:active,
form .form-control:focus {
  box-shadow: none;
  border-color: #f59e0f;
}
form .form-control.error {
  border-color: #f50f0f;
}
form textarea.form-control {
  height: 197px;
  resize: none;
}
form small {
  font-size: 12px;
}
form .g-recaptcha {
  display: inline-block;
}
form .bootstrap-select > .dropdown-toggle {
  margin: 0;
  padding: 6px 10px;
  background: white;
  border-color: #CCC;
  color: #495057;
  font-weight: 400;
}
form .bootstrap-select > .dropdown-toggle:hover,
form .bootstrap-select > .dropdown-toggle:focus,
form .bootstrap-select > .dropdown-toggle:active {
  color: #495057;
  outline: 0 !important;
  box-shadow: none;
}
form .bootstrap-select > .dropdown-toggle:after {
  position: relative;
  top: 2px;
}
form .bootstrap-select .dropdown-menu {
  border-radius: 0;
}
form .bootstrap-select .dropdown-menu li {
  margin: 0;
  padding: 0;
}
form .bootstrap-select .dropdown-menu li:before {
  content: none;
}
form .bootstrap-select .dropdown-menu li .dropdown-item.active,
form .bootstrap-select .dropdown-menu li .dropdown-item:active {
  background: #f59e0f;
  color: white;
}
form .btn {
  background: #f59e0f;
  margin: 0 auto 50px;
  border-radius: 0;
  color: white;
  font-weight: 700;
  padding: 5px 60px;
  border: solid 1px #f59e0f;
  transition: background 0.25s ease, color 0.25s ease;
}
form .btn:hover,
form .btn:focus,
form .btn:active {
  background: white;
  color: #f59e0f;
  box-shadow: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 15px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.9);
  background: white;
}
header #logo {
  float: left;
}
header #secondaire,
header #menu {
  float: right;
  clear: right;
  margin: 2px 0;
}
header #secondaire ul li,
header #menu ul li {
  position: relative;
  float: left;
  list-style: none;
  text-transform: uppercase;
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 16px;
  color: #988a85;
}
header #secondaire ul li:before,
header #menu ul li:before {
  content: none;
}
header #secondaire ul li a,
header #menu ul li a {
  color: #988a85;
  transition: color 0.25s ease;
}
header #secondaire ul li a:hover,
header #menu ul li a:hover {
  color: black;
  text-decoration: none;
}
header #secondaire ul li > span,
header #menu ul li > span {
  display: inline-block;
  padding-right: 12px;
}
header #secondaire ul li > span:before,
header #menu ul li > span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #988a85;
}
header #secondaire ul #langue,
header #menu ul #langue {
  cursor: pointer;
}
header #secondaire ul #langue ul,
header #menu ul #langue ul {
  background: #eeeae9;
  position: absolute;
  right: 0;
  z-index: 2;
  display: none;
}
header #secondaire ul #langue ul.active,
header #menu ul #langue ul.active {
  display: block;
}
header #secondaire ul #langue ul li,
header #menu ul #langue ul li {
  float: none;
  margin: 0;
}
header #secondaire ul #langue ul li a,
header #menu ul #langue ul li a {
  color: black;
  background: #eeeae9;
  padding: 2px 12px;
  display: block;
}
header #secondaire ul #langue ul li a:hover,
header #menu ul #langue ul li a:hover {
  background: #988a85;
  color: white;
}
header #menu > span {
  color: #988a85;
  display: none;
}
header #menu ul {
  float: left;
}
header #menu ul li {
  margin: 0 0 0 30px;
}
header #menu ul li:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -15px;
  height: 16px;
  border-right: solid 1px #f59e0f;
}
header #menu ul li.active a {
  color: #f59e0f;
}
header #menu ul li a {
  color: black;
}
header #menu ul li a:hover {
  color: #f59e0f;
  text-decoration: none;
}
header #menu .icon.recherche {
  background: url(../images/recherche-taupe.svg) no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 0 0 30px;
  position: relative;
  top: 2px;
  transition: background 0.25s ease;
}
header #menu .icon.recherche:hover {
  background: url(../images/recherche-orange.svg) no-repeat;
  background-size: 18px;
}
footer {
  background: #988a85;
  color: white;
  border-top: solid 3px #f59e0f;
  padding: 15px 0;
}
footer p {
  float: left;
  margin: 0;
}
footer p:last-child {
  float: right;
}
footer p a {
  color: white;
}
footer p a:hover {
  color: white;
  text-decoration: underline;
}
.close {
  opacity: 1;
}
.close:focus {
  outline: 0;
}
.modal-backdrop {
  background: white;
}
.modal.fade .modal-dialog {
  transition: none;
  transform: none;
}
.modal {
  padding-right: 0 !important;
}
.modal.show .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal .close {
  padding: 10px;
  position: fixed;
  top: 30px;
  right: 38px;
}
.modal .close .fermer {
  display: inline-block;
}
.modal .modal-dialog {
  max-width: 100%;
  margin: 0;
}
.modal .modal-dialog .modal-header {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
}
.modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 0;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-content .modal-body .bg.top .container:last-child .section {
  padding-bottom: 100px;
}
.slick-slide {
  height: auto;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 80px;
  height: 80px;
  background: url(../images/fleche-orange.svg);
  background-size: 80px auto;
  border: 0;
  color: transparent;
  overflow: hidden;
}
.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}
.slick-prev {
  left: -80px;
  transform: rotate(180deg);
}
.slick-next {
  right: -80px;
}
.slick-disabled {
  display: none !important;
}
.slick-dots {
  text-align: center;
  float: left;
  width: 100%;
  padding: 15px 30px;
  margin: 0 auto;
}
.slick-dots li {
  display: inline-block;
  list-style: none;
  position: relative;
  margin: 0 0 0 5px;
  padding: 0;
}
.slick-dots li:before {
  content: none;
}
.slick-dots li.slick-active button:after {
  border: 0;
  width: 14px;
  height: calc(15.4px);
  overflow: hidden;
  background: white;
  -webkit-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  -ms-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  color: transparent;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
}
.slick-dots li button {
  border: 0;
  width: 20px;
  height: calc(22px);
  overflow: hidden;
  background: white;
  -webkit-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  -ms-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:before {
  border: 0;
  width: 18px;
  height: calc(19.8px);
  overflow: hidden;
  background: white;
  -webkit-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  -ms-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  color: transparent;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: #988a85;
}
.slick-dots li button:hover {
  background: #f59e0f;
}
.slick-dots li button:hover:after {
  background: #f59e0f;
}
.navigation {
  position: fixed;
  z-index: 3;
  top: 190px;
  right: 30px;
}
.navigation a {
  display: block;
  position: relative;
  z-index: 3;
  width: 40px;
  height: calc(44px);
  background: #988a85;
  color: transparent;
  -webkit-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  -ms-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
}
.navigation a:hover {
  background: #f59e0f;
}
.navigation a:hover:first-of-type:after {
  border-left-color: #f59e0f;
}
.navigation a:hover:last-of-type:after {
  border-right-color: #f59e0f;
}
.navigation a:hover + span {
  width: 160px;
  opacity: 1;
}
.navigation a:before,
.navigation a:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-radius: 3px;
  margin-top: -10px;
}
.navigation a:first-of-type:before,
.navigation a:first-of-type:after {
  left: 13px;
  border-left: 10px solid white;
}
.navigation a:first-of-type:before {
  left: 16px;
}
.navigation a:first-of-type:after {
  border-left-color: #988a85;
}
.navigation a:first-of-type + span {
  top: 5px;
}
.navigation a:last-of-type:before,
.navigation a:last-of-type:after {
  left: 16px;
  border-right: 10px solid white;
}
.navigation a:last-of-type:before {
  left: 13px;
}
.navigation a:last-of-type:after {
  border-right-color: #988a85;
}
.navigation a:last-of-type + span {
  top: 49px;
}
.navigation a + span {
  display: flex;
  position: absolute;
  z-index: 2;
  width: 160px;
  right: 30px;
  height: 34px;
  align-items: center;
  color: white;
  background: #988a85;
  justify-content: flex-end;
  text-align: right;
  padding: 2px 20px 2px 5px;
  font-size: 12px;
  line-height: 14px;
  opacity: 0;
  transition: all 0.2s ease;
}
.banniere.separation {
  height: 280px;
  position: relative;
  margin-bottom: 100px;
}
.banniere.separation > h2,
.banniere.separation > span {
  color: white;
  padding: 25px 20px;
  font-size: 46px;
  line-height: 54px;
}
.banniere.separation > h2:before,
.banniere.separation > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #988a85;
  mix-blend-mode: multiply;
}
.banniere.separation > h2:after,
.banniere.separation > span:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 50px;
  background: #988a85;
}
.banniere.separation > h2 > *,
.banniere.separation > span > * {
  position: relative;
  z-index: 2;
}
.banniere.separation > h2 strong,
.banniere.separation > span strong {
  font-weight: 400;
}
.banniere.separation > h2 p,
.banniere.separation > span p {
  font-size: 26px;
  line-height: 32px;
}
.banniere.separation > h2 p strong,
.banniere.separation > span p strong {
  font-size: 40px;
}
.banniere.top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1110px 200px 0;
  border-color: transparent white transparent transparent;
}
.banniere.top.fullwidth:after {
  border-width: 0 100vw 18vw 0;
}
.banniere.first > h2,
.banniere.first > span {
  width: 1110px;
  margin-left: calc(1110px / -2);
}
.banniere > h2,
.banniere > span {
  position: absolute;
  bottom: 0;
  padding: 25px 20px;
  width: calc(1110px / 12 * 10);
  left: 50%;
  margin-left: calc((1110px / 12 * 10) / -2);
  background: rgba(255,255,255,0.6);
}
.image img {
  width: 100%;
  height: auto;
}
.special {
  margin: 0 calc(1110px / 12);
  font-size: 17px;
  padding: 20px 20px;
}
.special ul li {
  margin-bottom: 10px;
}
.special ul li:before {
  background: white;
}
.special ul li:last-child {
  margin: 0;
}
.special *:last-child {
  margin-bottom: 0;
}
.section {
  margin-bottom: 100px;
}
.section.left > .row {
  flex-direction: row-reverse;
}
.scroll,
.filtres {
  margin-bottom: 70px;
}
.scroll ul,
.filtres ul {
  text-align: center;
}
.scroll ul li,
.filtres ul li {
  display: inline-block;
  padding: 0;
  text-transform: uppercase;
  margin: 0 15px 0 15px;
}
.scroll ul li:last-child:after,
.filtres ul li:last-child:after {
  content: none;
}
.scroll ul li:before,
.filtres ul li:before {
  content: none;
}
.scroll ul li:after,
.filtres ul li:after {
  content: "";
  position: absolute;
  top: 4px;
  right: -17px;
  height: 16px;
  border-right: solid 1px #f59e0f;
}
.scroll ul li.news a,
.scroll ul li.nouvelles a,
.filtres ul li.news a,
.filtres ul li.nouvelles a {
  color: #988a85;
}
.scroll ul li.events a,
.scroll ul li.evenements a,
.filtres ul li.events a,
.filtres ul li.evenements a {
  color: #f59e0f;
}
.scroll ul li.best-practices a,
.scroll ul li.bonnes-pratiques a,
.filtres ul li.best-practices a,
.filtres ul li.bonnes-pratiques a {
  color: #52b667;
}
.scroll ul li.case-studies a,
.scroll ul li.etudes-de-cas a,
.filtres ul li.case-studies a,
.filtres ul li.etudes-de-cas a {
  color: #40a3c8;
}
.scroll ul li.active a,
.filtres ul li.active a {
  color: black;
}
.scroll ul li a,
.filtres ul li a {
  color: black;
}
.scroll ul li a:hover,
.filtres ul li a:hover {
  color: black;
  text-decoration: none;
}
.scroll {
  border-bottom: solid 1px #CCC;
  padding: 30px 0;
}
.scroll.sticky {
  position: fixed;
  z-index: 3;
  background: white;
  top: 0;
  left: 0;
  right: 0;
}
.sticky #about .banniere.first {
  margin-bottom: calc(203px);
}
.contact {
  background: #f59e0f;
  padding: 30px;
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
.contact p {
  font-size: 20px;
}
.contact a {
  border: solid 1px white;
  background: white;
  color: black;
  display: inline-block;
  padding: 5px 60px;
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease;
}
.contact a:hover {
  background: #f59e0f;
  color: white;
  text-decoration: none;
}
.location {
  background: #988a85;
  color: white;
  padding: 15px;
  text-align: left;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.location.group {
  background: #f59e0f;
}
.location .localisation {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}
.location p {
  margin: 0;
}
.location a {
  color: white;
}
.location a:hover {
  color: white;
  text-decoration: underline;
}
.testimonials {
  text-align: center;
  background: #988a85;
  margin: 100px calc(100% / 12) 0;
}
.testimonials .slider {
  height: auto;
}
.testimonials .slider blockquote {
  padding-bottom: 0;
}
.recherche.small form {
  margin-bottom: 40px;
}
.recherche.small form input[type="text"] {
  padding: 15px 15px;
  font-size: 16px;
  border: solid 1px #CCC;
  border-right: 0;
}
.recherche.small form button {
  width: 56px;
  height: 56px;
  background: #f59e0f url(../images/recherche-blanc.svg) no-repeat center center;
  background-size: 22px;
  margin: 0;
}
.recherche.small form button:hover,
.recherche.small form button:active,
.recherche.small form button:focus {
  background: #988a85 url(../images/recherche-blanc.svg) no-repeat center center;
  background-size: 22px;
}
.recherche .modal-dialog {
  margin-top: 100px;
}
.recherche .modal-dialog .modal-content {
  background: transparent;
}
.recherche form {
  width: 100%;
  margin: auto;
  max-width: 1110px;
  background: white;
}
.recherche form .form-group {
  display: flex;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  border: solid 1px #ccc;
}
.recherche form input[type="text"] {
  width: calc(100% - 64px);
  padding: 20px 30px;
  font-size: 30px;
  border: 0;
}
.recherche form input[type="text"]:hover,
.recherche form input[type="text"]:focus,
.recherche form input[type="text"]:active {
  outline: 0;
}
.recherche form button {
  float: left;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: url(../images/recherche-taupe.svg) no-repeat;
  margin: 12px 15px;
  border: 0;
  padding: 0;
}
.recherche form button:hover,
.recherche form button:active,
.recherche form button:focus {
  outline: 0;
  box-shadow: none;
  background: url(../images/recherche-orange.svg) no-repeat;
}
.important {
  border-left: solid 5px #f59e0f;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-style: italic;
  padding: 2px 15px;
}
.important > *:last-child {
  margin-bottom: 0;
}
.bg {
  background: #eeeae9;
  position: relative;
}
.bg:not(.top):before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 110px;
  background: white;
}
.bg:not(.top) .container:first-child .section h2 {
  margin-bottom: 30px;
}
.bg.top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1110px 200px 0;
  border-color: transparent white transparent transparent;
}
.bg.top.fullwidth:after {
  border-width: 0 100vw 18vw 0;
}
.bg.bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 0 1110px;
  border-color: transparent transparent transparent white;
}
.bg.bottom.fullwidth:after {
  border-width: 18vw 0 0 100vw;
}
.bg.dark {
  background: #988a85;
  padding-top: 0;
}
.bg.dark:before {
  content: none;
}
.bg > * {
  position: relative;
  z-index: 2;
}
.polygones {
  margin-left: calc(50% - (220px * 4 + 20px * 4) / 2);
}
.polygones.medium {
  margin-left: calc(50% - (180px * 5 + 20px * 5) / 2);
}
.polygones.medium .polygone {
  width: 180px;
  height: calc(198px);
  margin: 0 calc(20px / 2) 0 calc(20px / 2);
}
.polygones.medium .polygone:first-child {
  margin: 0 calc(20px / 2) 0 calc(20px / 2);
}
.polygones.medium .polygone:nth-child(4) {
  clear: none;
}
.polygones.medium .polygone:nth-child(n+4) {
  margin-top: 0;
}
.polygones.medium .polygone svg {
  width: 180px;
  height: calc(198px);
}
.polygones .polygone {
  float: left;
  width: 220px;
  height: calc(242px);
  background: #988a85;
  -webkit-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  -ms-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  color: white;
  overflow: hidden;
  margin: 0 calc(20px / 2) 10px calc(20px / 2);
}
.polygones .polygone:first-child {
  margin: 0 calc(20px / 2) 10px calc(220px / 2 + 20px);
}
.polygones .polygone:nth-child(4) {
  clear: left;
}
.polygones .polygone:nth-child(n+4) {
  margin-top: -50px;
}
.polygones .polygone > a {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 15px;
  height: 100%;
  color: white;
  transition: background 0.25s ease, color 0.25s ease;
}
.polygones .polygone > a:hover {
  background: #f59e0f;
  text-decoration: none;
}
.polygones .polygone > a:hover svg rect {
  fill: #f59e0f;
}
.polygones .polygone > a > * {
  position: relative;
  z-index: 2;
}
.polygones .polygone > a > span:not(.icon):not(.btn):last-child {
  position: absolute;
  top: inherit;
  bottom: 20px;
  left: 0;
  right: 0;
}
.polygones .polygone > a > span.icon:first-child {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
}
.polygones .polygone > a > span.icon:not(:first-child),
.polygones .polygone > a > span.btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
}
.polygones .polygone > a h3 {
  font-size: 18px;
  font-weight: 600;
}
.polygones .polygone > a svg {
  width: 220px;
  height: calc(242px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.polygones .polygone > a svg rect {
  fill: #988a85;
  clip-path: url(#hexagone);
}
#section-slider {
  color: white;
  margin-bottom: 100px;
  position: relative;
}
#section-slider img {
  width: 100%;
  height: auto;
}
#section-slider .slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#section-slider .slider:before,
#section-slider .slider:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f59e0f;
  border-radius: 3px;
}
#section-slider .slider:before {
  bottom: -7px;
  margin-left: -10px;
}
#section-slider .slider:after {
  margin-left: -10px;
  border-top-color: white;
}
#section-slider .slide {
  height: auto;
  position: relative;
}
#section-slider .slide .hidden {
  opacity: 0;
}
#section-slider .slide > div:not(.hidden) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#section-slider .slide > div:not(.hidden) .inside {
  position: relative;
  display: flex;
  align-items: center;
  height: calc(100% - 50px);
  margin: 50px auto 0;
  padding: 50px;
  width: 100%;
  max-width: 1110px;
}
#section-slider .slide > div:not(.hidden) .inside:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(77,56,53,0.6);
}
#section-slider .slide > div:not(.hidden) .inside > * {
  position: relative;
  z-index: 2;
}
#section-slider .slide > div:not(.hidden) .inside h2 {
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
}
#section-slider .slick-dots {
  max-width: 1110px;
  position: relative;
  text-align: right;
  background: #988a85;
  margin: 0 calc(50% - 1110px / 2);
}
#section-slider .slick-dots:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin: calc(40px * 1.1 / -2) 0 0 -20px;
  width: 40px;
  height: calc(40px * 1.1);
  background: white;
  -webkit-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  -ms-clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
  clip-path: polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);
}
#section-slider #cta {
  position: absolute;
  z-index: 3;
  bottom: 28px;
  left: 50%;
  margin: -22px 0 0 -20px;
  background: transparent;
  width: 40px;
  height: 44px;
  cursor: pointer;
}
.section-01 h2 {
  margin-bottom: 30px;
}
.section-01 #challenges {
  margin-top: 50px;
}
.section-01 #challenges .challenge:nth-last-child(2) {
  clear: left;
  background: #f59e0f;
  margin: -50px calc(20px / 2) 0 calc(220px / 2 + 220px * 2 + 20px * 3);
}
.section-01 #challenges .challenge:nth-last-child(2) > a:hover {
  background: #988a85;
}
.section-01 #challenges .challenge:nth-last-child(2) > a:hover svg rect {
  fill: #988a85;
}
.section-01 #challenges .challenge:nth-last-child(2) > a h3 {
  top: -20px;
}
.section-01 #challenges .challenge:nth-last-child(2) > a > span {
  bottom: 70px;
}
.section-01 #challenges .challenge:nth-last-child(2) > a > span span {
  border: solid 1px white;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
}
.section-01 #challenges .challenge:nth-last-child(2) > a svg rect {
  fill: #f59e0f;
}
.section-02 {
  text-align: center;
  margin-bottom: 75px;
}
.section-02 .banniere {
  height: 500px;
  position: relative;
}
.section-02 .banniere:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1110px 200px 0;
  border-color: transparent white transparent transparent;
}
.section-02 .banniere h2 {
  background: rgba(255,255,255,0.7);
}
.section-02 .special {
  background: #eeeae9;
}
.section-02 #expertises {
  margin-top: 50px;
}
.section-02 #expertises .polygone > a {
  background: #eeeae9;
  color: black;
}
.section-02 #expertises .polygone > a:hover {
  background: #f59e0f;
  color: white;
}
.section-02 #expertises .polygone > a:hover svg rect {
  fill: #f59e0f;
}
.section-02 #expertises .polygone > a svg rect {
  fill: #eeeae9;
}
#expertise-challenge .bg {
  margin-bottom: 50px;
  padding-bottom: 100px;
}
#expertise-challenge .bg .inside {
  padding: 140px 0 0 0;
}
.format-mirror [class*="col-lg-"] a,
.format-mirror .slide a {
  margin-top: 30px;
}
.format-mirror [class*="col-lg-"] a:focus,
.format-mirror .slide a:focus {
  outline: 0;
}
.format-mirror [class*="col-lg-"] a > div:before,
.format-mirror [class*="col-lg-"] a > div:after,
.format-mirror .slide a > div:before,
.format-mirror .slide a > div:after {
  content: "";
  position: absolute;
  background: white;
  z-index: 2;
  top: 0;
  bottom: 0;
}
.format-mirror [class*="col-lg-"] a svg,
.format-mirror .slide a svg {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 80%;
  height: 100%;
}
.format-mirror [class*="col-lg-"] a svg rect,
.format-mirror .slide a svg rect {
  fill: rgba(77,56,53,0.6);
  clip-path: url(#arrow);
}
.format-mirror [class*="col-lg-"]:nth-child(odd) a > div:before,
.format-mirror .slide:nth-child(odd) a > div:before {
  background: #988a85;
  left: 30%;
  right: 0;
  -webkit-clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  -ms-clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  mix-blend-mode: multiply;
}
.format-mirror [class*="col-lg-"]:nth-child(odd) a > div:after,
.format-mirror .slide:nth-child(odd) a > div:after {
  left: 30%;
  right: 0;
  -webkit-clip-path: polygon(30% 0,calc(30% + 6px) 0,6px 50%,calc(30% + 6px) 100%,30% 100%,0 50%);
  -ms-clip-path: polygon(30% 0,calc(30% + 6px) 0,6px 50%,calc(30% + 6px) 100%,30% 100%,0 50%);
  clip-path: polygon(30% 0,calc(30% + 6px) 0,6px 50%,calc(30% + 6px) 100%,30% 100%,0 50%);
}
.format-mirror [class*="col-lg-"]:nth-child(odd) a > div .inside,
.format-mirror .slide:nth-child(odd) a > div .inside {
  padding-left: 50%;
}
.format-mirror [class*="col-lg-"]:nth-child(odd) a > div .inside span.icon,
.format-mirror .slide:nth-child(odd) a > div .inside span.icon {
  left: 50%;
  right: 0;
}
.format-mirror [class*="col-lg-"]:nth-child(odd) a svg,
.format-mirror .slide:nth-child(odd) a svg {
  left: 30%;
}
.format-mirror .slide:nth-child(odd) {
  margin: 0 10px;
}
.format-mirror [class*="col-lg-"]:nth-child(even) a > div:before,
.format-mirror .slide:nth-child(even) a > div:before {
  background: #988a85;
  left: 0;
  right: 30%;
  -webkit-clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  -ms-clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  transform: rotate(180deg);
  mix-blend-mode: multiply;
}
.format-mirror [class*="col-lg-"]:nth-child(even) a > div:after,
.format-mirror .slide:nth-child(even) a > div:after {
  left: 0;
  right: 30%;
  -webkit-clip-path: polygon(70% 0,calc(70% - 6px) 0,calc(100% - 6px) 50%,calc(70% - 6px) 100%,70% 100%,100% 50%);
  -ms-clip-path: polygon(70% 0,calc(70% - 6px) 0,calc(100% - 6px) 50%,calc(70% - 6px) 100%,70% 100%,100% 50%);
  clip-path: polygon(70% 0,calc(70% - 6px) 0,calc(100% - 6px) 50%,calc(70% - 6px) 100%,70% 100%,100% 50%);
}
.format-mirror [class*="col-lg-"]:nth-child(even) a > div .inside,
.format-mirror .slide:nth-child(even) a > div .inside {
  padding-right: 50%;
}
.format-mirror [class*="col-lg-"]:nth-child(even) a > div .inside span.icon,
.format-mirror .slide:nth-child(even) a > div .inside span.icon {
  left: 0;
  right: 50%;
}
.format-mirror [class*="col-lg-"]:nth-child(even) a svg,
.format-mirror .slide:nth-child(even) a svg {
  right: 30%;
  transform: rotate(180deg);
}
.format-mirror .slide:nth-child(even) {
  margin: 0 10px;
}
.format-mirror a {
  display: block;
  position: relative;
  color: white;
  font-size: 18px;
  line-height: 25px;
}
.format-mirror a img {
  width: 100%;
  height: auto;
}
.format-mirror a > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.format-mirror a > div .inside {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 50px 25px;
  height: 100%;
  width: 100%;
}
.format-mirror a > div .inside span:not(.icon) {
  display: block;
  text-align: center;
}
.format-mirror a > div .inside span.icon {
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
}
.section-03 {
  text-align: center;
  margin-bottom: 100px;
}
.section-03 [class*="col-lg-"] a,
.section-03 .slide a {
  margin-top: 30px;
}
.section-03 [class*="col-lg-"] a:focus,
.section-03 .slide a:focus {
  outline: 0;
}
.section-03 [class*="col-lg-"] a > div:before,
.section-03 [class*="col-lg-"] a > div:after,
.section-03 .slide a > div:before,
.section-03 .slide a > div:after {
  content: "";
  position: absolute;
  background: white;
  z-index: 2;
  top: 0;
  bottom: 0;
}
.section-03 [class*="col-lg-"] a svg,
.section-03 .slide a svg {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 80%;
  height: 100%;
}
.section-03 [class*="col-lg-"] a svg rect,
.section-03 .slide a svg rect {
  fill: rgba(77,56,53,0.6);
  clip-path: url(#arrow);
}
.section-03 [class*="col-lg-"]:nth-child(odd) a > div:before,
.section-03 .slide:nth-child(odd) a > div:before {
  background: #988a85;
  left: 30%;
  right: 0;
  -webkit-clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  -ms-clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  mix-blend-mode: multiply;
}
.section-03 [class*="col-lg-"]:nth-child(odd) a > div:after,
.section-03 .slide:nth-child(odd) a > div:after {
  left: 30%;
  right: 0;
  -webkit-clip-path: polygon(30% 0,calc(30% + 6px) 0,6px 50%,calc(30% + 6px) 100%,30% 100%,0 50%);
  -ms-clip-path: polygon(30% 0,calc(30% + 6px) 0,6px 50%,calc(30% + 6px) 100%,30% 100%,0 50%);
  clip-path: polygon(30% 0,calc(30% + 6px) 0,6px 50%,calc(30% + 6px) 100%,30% 100%,0 50%);
}
.section-03 [class*="col-lg-"]:nth-child(odd) a > div .inside,
.section-03 .slide:nth-child(odd) a > div .inside {
  padding-left: 50%;
}
.section-03 [class*="col-lg-"]:nth-child(odd) a > div .inside span.icon,
.section-03 .slide:nth-child(odd) a > div .inside span.icon {
  left: 50%;
  right: 0;
}
.section-03 [class*="col-lg-"]:nth-child(odd) a svg,
.section-03 .slide:nth-child(odd) a svg {
  left: 30%;
}
.section-03 .slide:nth-child(odd) {
  margin: 0 10px;
}
.section-03 [class*="col-lg-"]:nth-child(even) a > div:before,
.section-03 .slide:nth-child(even) a > div:before {
  background: #988a85;
  left: 0;
  right: 30%;
  -webkit-clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  -ms-clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  transform: rotate(180deg);
  mix-blend-mode: multiply;
}
.section-03 [class*="col-lg-"]:nth-child(even) a > div:after,
.section-03 .slide:nth-child(even) a > div:after {
  left: 0;
  right: 30%;
  -webkit-clip-path: polygon(70% 0,calc(70% - 6px) 0,calc(100% - 6px) 50%,calc(70% - 6px) 100%,70% 100%,100% 50%);
  -ms-clip-path: polygon(70% 0,calc(70% - 6px) 0,calc(100% - 6px) 50%,calc(70% - 6px) 100%,70% 100%,100% 50%);
  clip-path: polygon(70% 0,calc(70% - 6px) 0,calc(100% - 6px) 50%,calc(70% - 6px) 100%,70% 100%,100% 50%);
}
.section-03 [class*="col-lg-"]:nth-child(even) a > div .inside,
.section-03 .slide:nth-child(even) a > div .inside {
  padding-right: 50%;
}
.section-03 [class*="col-lg-"]:nth-child(even) a > div .inside span.icon,
.section-03 .slide:nth-child(even) a > div .inside span.icon {
  left: 0;
  right: 50%;
}
.section-03 [class*="col-lg-"]:nth-child(even) a svg,
.section-03 .slide:nth-child(even) a svg {
  right: 30%;
  transform: rotate(180deg);
}
.section-03 .slide:nth-child(even) {
  margin: 0 10px;
}
.section-03 a {
  display: block;
  position: relative;
  color: white;
  font-size: 18px;
  line-height: 25px;
}
.section-03 a img {
  width: 100%;
  height: auto;
}
.section-03 a > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-03 a > div .inside {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 50px 25px;
  height: 100%;
  width: 100%;
}
.section-03 a > div .inside span:not(.icon) {
  display: block;
  text-align: center;
}
.section-03 a > div .inside span.icon {
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
}
.section-03 h2 + p {
  font-size: 17px;
}
.section-04 {
  margin-bottom: 75px;
}
.section-04 h2 {
  margin-bottom: 30px;
}
.section-04 #abouts {
  margin-top: 50px;
}
.section-04 #abouts .about:nth-last-child(2) {
  background: #f59e0f;
}
.section-04 #abouts .about:nth-last-child(2) > a:hover {
  background: #988a85;
}
.section-04 #abouts .about:nth-last-child(2) > a:hover svg rect {
  fill: #988a85;
}
.section-04 #abouts .about:nth-last-child(2) > a > span {
  bottom: 50px;
}
.section-04 #abouts .about:nth-last-child(2) > a > span span {
  border: solid 1px white;
  display: inline-block;
  padding: 5px 15px;
  font-weight: 700;
}
.section-04 #abouts .about:nth-last-child(2) > a h3 {
  position: relative;
  top: -20px;
}
.section-04 #abouts .about:nth-last-child(2) > a svg rect {
  fill: #f59e0f;
}
#about .banniere:not(.separation) {
  height: 300px;
  position: relative;
}
#about .banniere:not(.separation).top {
  padding-top: 200px;
  height: 80%;
  text-align: center;
}
#about .banniere:not(.separation).top h2 {
  background: none;
}
#about .banniere:not(.separation) h2 {
  background: #988a85;
  color: white;
}
#about .banniere.separation {
  margin-bottom: 50px;
}
#about .bg h2 {
  margin-bottom: 30px;
}
#about #section-our-vision .testimonials {
  margin-bottom: 100px;
}
#about #section-our-methodology .special {
  background: #988a85;
  color: white;
  margin-bottom: 100px;
}
#about #section-our-team ul {
  display: flex;
  background: #988a85;
  color: white;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#about #section-our-team ul li {
  position: relative;
  margin: 20px 0;
  padding: 0 20px;
  border-right: solid 1px white;
}
#about #section-our-team ul li:last-child {
  border: 0;
}
#about #section-our-team ul li:last-child:before,
#about #section-our-team ul li:last-child:after {
  content: none;
}
#about #section-our-team ul li:before,
#about #section-our-team ul li:after {
  content: "";
  position: absolute;
  right: -4px;
  left: inherit;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: white;
  clip-path: none;
}
#about #section-our-team ul li:before {
  top: 0;
}
#about #section-our-team ul li:after {
  bottom: 0;
}
#about #section-locations {
  margin-bottom: 50px;
}
#about #section-locations .col-lg-4 {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
#about #section-locations .col-lg-4 .zone {
  text-align: left;
  color: white;
  font-size: 20px;
  margin-bottom: 5px;
  width: 100%;
}
.section-05 {
  text-align: center;
  margin-bottom: 100px;
}
.section-05 [class*="col-lg-"] a,
.section-05 .slide a {
  margin-top: 30px;
}
.section-05 [class*="col-lg-"] a:focus,
.section-05 .slide a:focus {
  outline: 0;
}
.section-05 [class*="col-lg-"] a > div:before,
.section-05 [class*="col-lg-"] a > div:after,
.section-05 .slide a > div:before,
.section-05 .slide a > div:after {
  content: "";
  position: absolute;
  background: white;
  z-index: 2;
  top: 0;
  bottom: 0;
}
.section-05 [class*="col-lg-"] a svg,
.section-05 .slide a svg {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 80%;
  height: 100%;
}
.section-05 [class*="col-lg-"] a svg rect,
.section-05 .slide a svg rect {
  fill: rgba(77,56,53,0.6);
  clip-path: url(#arrow);
}
.section-05 [class*="col-lg-"]:nth-child(odd) a > div:before,
.section-05 .slide:nth-child(odd) a > div:before {
  background: #988a85;
  left: 30%;
  right: 0;
  -webkit-clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  -ms-clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  mix-blend-mode: multiply;
}
.section-05 [class*="col-lg-"]:nth-child(odd) a > div:after,
.section-05 .slide:nth-child(odd) a > div:after {
  left: 30%;
  right: 0;
  -webkit-clip-path: polygon(30% 0,calc(30% + 6px) 0,6px 50%,calc(30% + 6px) 100%,30% 100%,0 50%);
  -ms-clip-path: polygon(30% 0,calc(30% + 6px) 0,6px 50%,calc(30% + 6px) 100%,30% 100%,0 50%);
  clip-path: polygon(30% 0,calc(30% + 6px) 0,6px 50%,calc(30% + 6px) 100%,30% 100%,0 50%);
}
.section-05 [class*="col-lg-"]:nth-child(odd) a > div .inside,
.section-05 .slide:nth-child(odd) a > div .inside {
  padding-left: 50%;
}
.section-05 [class*="col-lg-"]:nth-child(odd) a > div .inside span.icon,
.section-05 .slide:nth-child(odd) a > div .inside span.icon {
  left: 50%;
  right: 0;
}
.section-05 [class*="col-lg-"]:nth-child(odd) a svg,
.section-05 .slide:nth-child(odd) a svg {
  left: 30%;
}
.section-05 .slide:nth-child(odd) {
  margin: 0 10px;
}
.section-05 [class*="col-lg-"]:nth-child(even) a > div:before,
.section-05 .slide:nth-child(even) a > div:before {
  background: #988a85;
  left: 0;
  right: 30%;
  -webkit-clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  -ms-clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  clip-path: polygon(100% 0,100% 100%,30% 100%,0 50%,30% 0);
  transform: rotate(180deg);
  mix-blend-mode: multiply;
}
.section-05 [class*="col-lg-"]:nth-child(even) a > div:after,
.section-05 .slide:nth-child(even) a > div:after {
  left: 0;
  right: 30%;
  -webkit-clip-path: polygon(70% 0,calc(70% - 6px) 0,calc(100% - 6px) 50%,calc(70% - 6px) 100%,70% 100%,100% 50%);
  -ms-clip-path: polygon(70% 0,calc(70% - 6px) 0,calc(100% - 6px) 50%,calc(70% - 6px) 100%,70% 100%,100% 50%);
  clip-path: polygon(70% 0,calc(70% - 6px) 0,calc(100% - 6px) 50%,calc(70% - 6px) 100%,70% 100%,100% 50%);
}
.section-05 [class*="col-lg-"]:nth-child(even) a > div .inside,
.section-05 .slide:nth-child(even) a > div .inside {
  padding-right: 50%;
}
.section-05 [class*="col-lg-"]:nth-child(even) a > div .inside span.icon,
.section-05 .slide:nth-child(even) a > div .inside span.icon {
  left: 0;
  right: 50%;
}
.section-05 [class*="col-lg-"]:nth-child(even) a svg,
.section-05 .slide:nth-child(even) a svg {
  right: 30%;
  transform: rotate(180deg);
}
.section-05 .slide:nth-child(even) {
  margin: 0 10px;
}
.section-05 a {
  display: block;
  position: relative;
  color: white;
  font-size: 18px;
  line-height: 25px;
}
.section-05 a img {
  width: 100%;
  height: auto;
}
.section-05 a > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-05 a > div .inside {
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 50px 25px;
  height: 100%;
  width: 100%;
}
.section-05 a > div .inside span:not(.icon) {
  display: block;
  text-align: center;
}
.section-05 a > div .inside span.icon {
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
}
.section-05 .slide a > div .inside p {
  margin: 0;
}
.section-05 .slide:nth-child(odd) a > div:before {
  background: linear-gradient(to top,#c87a0a 0%,#f59e0f 100%);
  mix-blend-mode: normal;
}
.section-05 .slide:nth-child(even) a > div:before {
  background: linear-gradient(to bottom,#c87a0a 0%,#f59e0f 100%);
  mix-blend-mode: normal;
}
.section-05 h2 + p {
  font-size: 17px;
}
.section-05 a {
  font-size: 24px;
}
.section-06 {
  text-align: center;
  position: relative;
}
.section-06 .banniere {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.section-06 .banniere.auto {
  height: auto;
}
.section-06 .banniere h2 {
  background: #988a85;
  color: white;
}
.section-06 .banniere #events {
  margin: 0;
}
.section-06 .banniere #events .event {
  background: none;
  margin: 0;
}
.section-06 .banniere #events .event.news,
.section-06 .banniere #events .event.nouvelles {
  background: none;
}
.section-06 .banniere #events .event.news:before,
.section-06 .banniere #events .event.nouvelles:before {
  background: rgba(152,138,133,0.65);
}
.section-06 .banniere #events .event.best-practices,
.section-06 .banniere #events .event.bonnes-pratiques {
  background: none;
}
.section-06 .banniere #events .event.best-practices:before,
.section-06 .banniere #events .event.bonnes-pratiques:before {
  background: rgba(82,182,103,0.65);
}
.section-06 .banniere #events .event.case-studies,
.section-06 .banniere #events .event.etudes-de-cas {
  background: none;
}
.section-06 .banniere #events .event.case-studies:before,
.section-06 .banniere #events .event.etudes-de-cas:before {
  background: rgba(64,163,200,0.65);
}
.section-06 .banniere #events .event:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(245,158,15,0.65);
}
.section-06 .banniere #events .event .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-06 .banniere #events .event .inside {
  padding: 15px;
  height: auto;
}
.section-06 .banniere #events .event .event-footer {
  border: 0;
  color: white;
}
.section-06 .banniere #events .event .event-footer ul {
  float: left;
}
.section-06 .banniere #events .event .event-footer ul li {
  margin: 0 15px 0 0;
}
.section-06 .banniere #events .event .event-footer > p {
  margin-top: 15px;
}
.section-06 .banniere #events .event .event-footer > p a {
  border: solid 1px white;
  text-transform: uppercase;
  display: inline-block;
  color: white;
  padding: 10px 20px;
  transition: background 0.25s ease, border 0.25s ease;
}
.section-06 .banniere #events .event .event-footer > p a:hover {
  text-decoration: none;
  background: #f59e0f;
  border-color: #f59e0f;
}
.section-06 .special {
  background: #988a85;
  color: white;
}
.section-06 .filtres {
  margin: 30px 0;
}
.section-06 #events {
  text-align: left;
  margin: 100px 0 20px;
}
.section-06 #events.has-filtres {
  margin-top: 0;
}
.section-06 #events .event {
  margin-bottom: 30px;
}
.section-06 #events .event.news,
.section-06 #events .event.nouvelles {
  background: #988a85;
}
.section-06 #events .event.events,
.section-06 #events .event.evenements {
  background: #f59e0f;
}
.section-06 #events .event.best-practices,
.section-06 #events .event.bonnes-pratiques {
  background: #52b667;
}
.section-06 #events .event.case-studies,
.section-06 #events .event.etudes-de-cas {
  background: #40a3c8;
}
.section-06 #events .event .image {
  height: auto;
}
.section-06 #events .event .inside {
  padding: 15px;
  height: 276px;
  position: relative;
  z-index: 2;
}
.section-06 #events .event .inside h3,
.section-06 #events .event .inside h4 {
  color: white;
  margin-bottom: 10px;
}
.section-06 #events .event .inside h3 a,
.section-06 #events .event .inside h4 a {
  color: white;
  text-decoration: none;
}
.section-06 #events .event .inside h4 svg {
  font-size: 18px;
  margin-right: 5px;
}
.section-06 #events .event .inside a {
  color: black;
  text-decoration: underline;
  transition: color 0.25s ease;
}
.section-06 #events .event .inside a:hover {
  color: white;
}
.section-06 #events .event .inside p:last-child {
  margin: 0;
}
.section-06 #events .event .event-footer {
  border-top: solid 1px rgba(255,255,255,0.2);
  padding: 8px 15px;
  font-size: 13px;
  position: relative;
  z-index: 2;
}
.section-06 #events .event .event-footer span {
  float: left;
}
.section-06 #events .event .event-footer ul {
  float: right;
}
.section-06 #events .event .event-footer ul li {
  list-style: none;
  float: left;
  color: white;
  padding: 0;
  margin: 0 0 0 15px;
}
.section-06 #events .event .event-footer ul li:before {
  content: none;
}
.section-06 #events .event .event-footer ul li a {
  color: white;
  transition: color 0.25s ease;
}
.section-06 #events .event .event-footer ul li a:hover {
  color: black;
}
.section-06 #events-more {
  border: solid 1px #f59e0f;
  padding: 8px 20px;
  text-transform: uppercase;
  color: black;
  display: block;
  margin-bottom: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease;
}
.section-06 #events-more:hover {
  background: #f59e0f;
  color: white;
}
#event.news .bg .inside a {
  color: #988a85;
}
#event.best-practices .bg .inside a {
  color: #52b667;
}
#event.case-studies .bg .inside a {
  color: #40a3c8;
}
#event .banniere.separation > span.news:before,
#event .banniere.separation > span.news:after {
  background: #988a85;
}
#event .banniere.separation > span.best-practices:before,
#event .banniere.separation > span.best-practices:after {
  background: #52b667;
}
#event .banniere.separation > span.case-studies:before,
#event .banniere.separation > span.case-studies:after {
  background: #40a3c8;
}
#event .banniere.separation > span:before {
  background: #f59e0f;
}
#event .banniere.separation > span:after {
  background: #f59e0f;
}
#event .bg h2 {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 32px;
}
#event .bg .inside {
  padding: 30px 0;
}
#event .bg .inside p:last-child {
  margin-bottom: 0;
}
#event .bg .inside .pdf a {
  border: solid 1px #212529;
  padding: 10px 30px;
  font-weight: 700;
  color: #212529;
  margin-top: 10px;
  display: inline-block;
}
#event .bg .inside .pdf a:hover {
  border-color: #f59e0f;
  background: #f59e0f;
  color: white;
  text-decoration: none;
}
#resultats {
  margin-bottom: 85px;
}
#resultats h3 {
  margin-bottom: 50px;
}
#resultats .resultat {
  border-bottom: solid 1px #CCC;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#resultats .resultat h4 a {
  color: #f59e0f;
  text-transform: none;
  font-size: 18px;
  transition: color 0.25s ease;
}
#resultats .resultat h4 a:hover {
  color: #988a85;
  text-decoration: none;
}
#resultats .resultat p {
  margin-bottom: 0;
}
