::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #202A45;
  opacity: 0.5;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #202A45;
  opacity: 0.5;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #202A45;
  opacity: 0.5;
}

:-moz-placeholder { /* Firefox 18- */
  color: #202A45;
  opacity: 0.5;
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.7;
  font-family: "Amiko", "Arial", "sans-serif";
  overflow-x: hidden;
  color: #202A45;
}
html.menu-open, body.menu-open {
  overflow: hidden;
  height: 100%;
}

@media all and (max-width: 767px) {
  html.modal-open, body.modal-open {
    position: fixed;
  }
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, img, blockquote {
  margin: 0;
  padding: 0;
}

h1, .h1 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

@media all and (max-width: 991px) {
  h1, .h1 {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  h1, .h1 {
    line-height: 22px;
  }
}
h2, .h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFCC00;
  position: relative;
}
h2.separation, .h2.separation {
  margin-bottom: 10px;
}
h2.separation:before, .h2.separation:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -15px;
  border-bottom: solid 1px #FFCC00;
  width: 30px;
}

@media all and (max-width: 991px) {
  h2, .h2 {
    font-size: 22px;
  }
}
h3, .h3 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFCC00;
  margin-bottom: 40px;
  line-height: 1.2;
  position: relative;
}
h3:after, .h3:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 18px;
  background: top left/auto 100% url(../images/langue-titre-jaune.svg) no-repeat;
}

@media all and (max-width: 991px) {
  h3, .h3 {
    font-size: 20px;
  }
}
h4, .h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

@media all and (max-width: 991px) {
  h4, .h4 {
    font-size: 18px;
  }
}
h5, .h5 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
h5:after, .h5:after {
  content: none;
}
h5.special, .h5.special {
  text-transform: none;
  margin-bottom: 0;
  color: #FFCC00;
}

h6, .h6 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

svg text {
  font-family: "Amiko" !important;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #202A45;
  text-decoration: none;
  transition: all 0.25s ease;
}
a:not(.default):hover {
  color: #FFCC00;
}
a.default:hover .card {
  border-color: #202A45;
}
a.default:hover .card img {
  filter: saturate(1);
}
a + a {
  margin-left: 30px;
}

@media all and (max-width: 1199px) {
  a + a {
    margin: 15px 0 0 0;
  }
}
button {
  transition: all 0.25s ease;
}

blockquote {
  position: relative;
  margin-bottom: 20px;
  color: #202A45;
  font-size: 14px;
}
blockquote:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 15px;
  border-bottom: solid 1px #FFCC00;
}
blockquote + p {
  margin: 0;
}

ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
ul li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #FFCC00;
}
ul li strong {
  text-transform: uppercase;
  color: #FFCC00;
}

header {
  border-bottom: solid 1px #ccc;
  background: white;
  position: relative;
  z-index: 4;
}
header #top {
  height: 32px;
  background: #FFCC00;
  color: white;
}
header #top span {
  text-transform: uppercase;
  line-height: 32px;
  font-size: 12px;
  font-weight: 700;
  padding: 1px 0 0 0;
  float: right;
}
header #top span a {
  position: relative;
  line-height: 32px;
  height: 32px;
  color: white;
}
header #top span a:last-child {
  margin: 0;
}
header #top span a:last-child:after {
  content: none;
}
header #top span a:last-child i {
  top: 2px;
}
header #top span a:hover {
  color: #202A45;
}
header #top span a + a {
  margin: 0 25px 0 25px;
}
header #logo {
  position: relative;
  z-index: 5;
  float: left;
  width: 130px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header #logo a {
  display: block;
}
header #logo a img {
  display: block;
}
header #menu {
  width: calc(100% - 170px);
  height: 84px;
  display: flex;
  margin-left: 40px;
  float: left;
}
header #menu .hamburger {
  display: none;
}
header #menu > ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
header #menu > ul li {
  padding: 0;
  margin: 0;
  height: 100%;
  position: relative;
}
header #menu > ul li:hover > a, header #menu > ul li.active > a {
  color: #FFCC00;
}
header #menu > ul li:hover ul, header #menu > ul li.active ul {
  display: block;
}
header #menu > ul li:before {
  content: none;
}
header #menu > ul li a {
  text-transform: uppercase;
  color: #202A45;
  font-weight: 700;
  padding: 28px 10px;
  font-size: 12px;
  line-height: 1.3;
  text-decoration: none;
  height: 100%;
  /*display: flex;*/
  display: block;
  align-items: center;
}
header #menu > ul li a:hover {
  color: #FFCC00;
}
header #menu > ul li ul {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 100%;
  width: 400px;
  background: #FFCC00;
  padding: 20px 15px 62px;
  border-radius: 0 0 20px 20px;
  display: none;
}
header #menu > ul li ul:before {
  content: "";
  position: absolute;
  bottom: 41px;
  left: 15px;
  right: 15px;
  height: 6px;
  background: #ffe580;
}
header #menu > ul li ul:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  height: 32px;
  background: top left/auto 100% url(../images/langue-titre-blanc-transparent.svg) no-repeat;
}
header #menu > ul li ul a {
  text-transform: none;
  color: white;
  padding: 5px 0;
  font-size: 14px;
  display: block;
}
header #menu > ul li ul a:hover {
  color: #202A45;
}

@media all and (max-width: 1199px) {
  header #menu ul li a {
    font-size: 11px;
  }
}
@media all and (max-width: 991px) {
  header #menu {
    width: 100%;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  header #menu .hamburger {
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    transform: scale(0.6);
  }
  header #menu ul {
    position: absolute;
    display: none;
    z-index: 4;
    top: 80px;
    left: 0;
    right: 0;
    background: white;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  header #menu ul.active {
    display: block;
  }
  header #menu ul li {
    height: auto;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  header #menu ul li.menu-item-has-children > a {
    position: relative;
  }
  header #menu ul li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  header #menu ul li a {
    font-size: 11px;
    padding: 15px 10px 13px;
  }
  header #menu ul li a br {
    display: none;
  }
  header #menu ul li ul {
    position: relative;
    top: 0;
    width: 100%;
    border-radius: 0;
    padding: 15px 10px;
  }
  header #menu ul li ul:before, header #menu ul li ul:after {
    content: none;
  }
  header #menu ul li ul li {
    border: 0;
  }
}
footer {
  border-top: solid 4px #FFCC00;
  box-shadow: -1px 0 0 1px white;
  padding: 30px 0 0;
  font-size: 11px;
}
footer h6 {
  margin-bottom: 10px;
}
footer h6 a {
  color: #202A45;
  text-decoration: none;
}
footer ul {
  margin-bottom: 30px;
}
footer ul li {
  padding: 0;
  margin: 0 0 4px;
}
footer ul li:before {
  content: none;
}
footer ul li a {
  color: #202A45;
  text-decoration: none;
}
footer .social ul {
  line-height: 32px;
  height: 32px;
}
footer .social ul li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .social ul li:before {
  content: none;
}
footer .social ul li a {
  display: block;
  line-height: 32px;
  height: 32px;
}
footer #copyright {
  border-top: solid 7px #FFCC00;
  text-align: center;
  padding: 10px 0;
  margin: 30px 0 0;
  position: relative;
}
footer #copyright:before {
  content: "Communication par le jeu";
  position: absolute;
  top: -30px;
  left: 0;
  text-transform: uppercase;
  color: #FFCC00;
  font-weight: 700;
  font-size: 14px;
}
footer #copyright:after {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  height: 40px;
  background: top left/auto 100% url(../images/langue-titre-jaune.svg) no-repeat;
}
footer #copyright p {
  margin: 0;
  position: relative;
  z-index: 2;
}
footer #copyright a {
  color: #202A45;
  text-decoration: none;
}
footer #copyright a:hover {
  color: #FFCC00;
}
footer #copyright a + a {
  margin: 0;
}

@media all and (max-width: 767px) {
  footer h6 + ul {
    display: none;
  }
  footer #copyright p {
    padding-top: 25px;
  }
}
form ul li {
  padding: 0 80px;
}
form ul li:before {
  content: none;
}
form ul li li {
  padding: 0;
}
form label {
  display: block;
  font-weight: 700;
  margin-bottom: 3px;
}
form label span {
  font-weight: 400;
}
form fieldset {
  border: 0;
  padding: 0 60px;
}
form legend {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px;
  left: -60px;
  position: relative;
}
form legend:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 15px;
  border-bottom: solid 1px black;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form select,
form textarea {
  border: solid 1px black;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 6px;
  width: 100%;
  font-size: 14px;
  color: #202A45;
  background: white;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form select:focus,
form textarea:focus {
  outline: 0;
}
form textarea {
  width: 100%;
  height: 150px;
  resize: none;
}

@media all and (max-width: 991px) {
  form ul li {
    padding: 0;
  }
}
input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
input[type=checkbox] + label {
  padding-left: 22px;
  position: relative;
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: solid 1px black;
  border-radius: 4px;
  transition: border-color 0.25s ease, background 0.25s ease;
}
input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
input[type=checkbox]:checked + label:before {
  border-color: #FFCC00;
  background: #FFCC00;
}

/* ANIMATION CADENAS */
#wrapper-animation {
  position: fixed;
  background: white;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#wrapper-animation.open > div > img:nth-child(1) {
  bottom: 310px;
  transform: rotateY(-180deg);
}
#wrapper-animation > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#wrapper-animation > div > img {
  position: absolute;
}
#wrapper-animation > div > img:nth-child(1) {
  z-index: 2;
  bottom: 200px;
  left: calc(50% - 285px);
  transform-origin: 22px 100%;
  transition: bottom 0.75s ease, transform 0.75s ease 0.8s;
}
#wrapper-animation > div > img:nth-child(2) {
  z-index: 3;
  bottom: 141px;
  left: calc(50% - 224px - 97px - 5px);
}
#wrapper-animation > div > img:nth-child(3) {
  z-index: 3;
  bottom: 141px;
  right: calc(50% - 224px - 97px - 5px);
}
#wrapper-animation > div > p {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 0;
  right: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
#wrapper-animation button {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  right: 30px;
  background: white;
  color: #202A45;
}
#wrapper-animation button:hover {
  background: #202A45;
  color: white;
}
#wrapper-animation #texte {
  position: absolute;
  bottom: 580px;
  left: calc(50% - 150px);
  width: 300px;
  text-align: center;
}
#wrapper-animation #texte img {
  display: none;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
}
#wrapper-animation #animation {
  width: 448px;
  height: 270px;
  overflow: hidden;
  margin: auto;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}
#wrapper-animation #rotate {
  width: 100%;
  height: 110px;
  position: relative;
  top: 80px;
  transform-style: preserve-3d;
}
#wrapper-animation #rotate:before {
  content: "";
  position: absolute;
  transform: translateZ(999px);
  top: -80px;
  left: 0;
  right: 0;
  height: 78px;
  background: rgba(255, 255, 255, 0.25);
}
#wrapper-animation #rotate:after {
  content: "";
  position: absolute;
  transform: translateZ(999px);
  bottom: -80px;
  left: 0;
  right: 0;
  height: 78px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#wrapper-animation .ring {
  margin: 0 1px;
  height: 110px;
  width: 110px;
  float: left;
  transform-style: preserve-3d;
}
#wrapper-animation .ring:first-child .slot, #wrapper-animation .ring:last-child .slot {
  background: #202A45;
}
#wrapper-animation .ring .slot {
  position: absolute;
  width: 110px;
  height: 110px;
  box-sizing: border-box;
  background: #FFCC00;
  border-radius: 8px;
  backface-visibility: hidden;
}
#wrapper-animation .ring .slot p {
  line-height: 110px;
  margin: 0;
  text-align: center;
  padding: 10px;
}
#wrapper-animation .ring .slot p img {
  width: 90px;
  height: 90px;
}

/*=====*/
.spin-0 {
  transform: rotateX(-3690deg);
}

.spin-1 {
  transform: rotateX(-3735deg);
}

.spin-2 {
  transform: rotateX(-3780deg);
}

.spin-3 {
  transform: rotateX(-3825deg);
}

.spin-4 {
  transform: rotateX(-3870deg);
}

.spin-5 {
  transform: rotateX(-3915deg);
}

.spin-6 {
  transform: rotateX(-3960deg);
}

.spin-7 {
  transform: rotateX(-4005deg);
}

/*=====*/
@keyframes back-spin {
  /*0%    { transform: rotateX(0deg); }*/
  100% {
    transform: rotateX(30deg);
  }
}
@keyframes tiltin {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(45deg);
  }
}
@keyframes tiltout {
  0% {
    transform: rotateY(45deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes spin-0 {
  0% {
    transform: rotateX(30deg);
  }
  100% {
    transform: rotateX(-3690deg);
  }
}
@keyframes spin-1 {
  0% {
    transform: rotateX(30deg);
  }
  100% {
    transform: rotateX(-3735deg);
  }
}
@keyframes spin-2 {
  0% {
    transform: rotateX(30deg);
  }
  100% {
    transform: rotateX(-3780deg);
  }
}
@keyframes spin-3 {
  0% {
    transform: rotateX(30deg);
  }
  100% {
    transform: rotateX(-3825deg);
  }
}
@keyframes spin-4 {
  0% {
    transform: rotateX(30deg);
  }
  100% {
    transform: rotateX(-3870deg);
  }
}
@keyframes spin-5 {
  0% {
    transform: rotateX(30deg);
  }
  100% {
    transform: rotateX(-3915deg);
  }
}
@keyframes spin-6 {
  0% {
    transform: rotateX(30deg);
  }
  100% {
    transform: rotateX(-3960deg);
  }
}
@keyframes spin-7 {
  0% {
    transform: rotateX(30deg);
  }
  100% {
    transform: rotateX(-4005deg);
  }
}
@media all and (max-width: 1199px) {
  #wrapper-animation > div {
    transform: scale(0.9);
    transform-origin: 50% 100%;
  }
}
@media all and (max-width: 991px) {
  #wrapper-animation {
    display: none;
  }
}
/* ALIGNEMENT */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* ICONES */
.icone {
  position: relative;
}
.icone:after {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -8px;
  width: 30px;
  border-bottom: solid 1px #FFCC00;
}

.icones-animees {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.icones-animees .icone-animee {
  width: 70px;
  height: 70px;
  position: absolute;
}
.icones-animees .icone-animee:nth-child(1) {
  top: 70%;
  left: 10%;
}
.icones-animees .icone-animee:nth-child(2) {
  top: 50%;
  left: 20%;
  transform: rotate(-40deg) scale(0.7);
}
.icones-animees .icone-animee:nth-child(3) {
  top: 20%;
  left: 30%;
}
.icones-animees .icone-animee:nth-child(4) {
  top: 10%;
  left: 60%;
  transform: scale(0.5);
}
.icones-animees .icone-animee:nth-child(5) {
  top: 60%;
  left: 70%;
  transform: rotate(20deg) scale(0.6);
}
.icones-animees .icone-animee:nth-child(6) {
  top: 5%;
  left: 80%;
  transform: scale(0.7);
}
.icones-animees .icone-animee:nth-child(7) {
  top: 75%;
  left: 90%;
  transform: scale(0.8);
}

@media all and (max-width: 767px) {
  .icones-animees {
    display: none;
  }
}
/* CAPTCHA */
.grecaptcha-badge {
  display: none;
}

/* SECTION */
.section {
  padding: 40px 0;
}
.section.gris {
  background: rgba(239, 236, 235, 0.3);
}
.section.no-padding {
  padding: 0;
}

@media all and (max-width: 767px) {
  .section {
    padding: 40px 15px;
  }
}
/* BANNIERE */
.banniere {
  background: #f0f0f0;
  min-height: 230px;
  position: relative;
  display: flex;
}
.banniere.communication-interne-team-building .titre {
  background: #19CFDE;
}
.banniere.communication-marque .titre {
  background: #FF5439;
}
.banniere.conduite-changement .titre {
  background: #6CD12F;
}
.banniere.communication-publique .titre {
  background: #753BAA;
}
.banniere.particuliers .titre {
  background: #EB186F;
}
.banniere.langue {
  margin-bottom: 60px;
}
.banniere.langue .titre {
  background: #FFCC00;
}
.banniere.langue .titre:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  height: 8px;
  background: #FFCC00;
}
.banniere.langue .titre:after {
  content: "";
  position: absolute;
  bottom: -51px;
  left: 0;
  right: 0;
  height: 50px;
  background: top left/auto 100% url(../images/langue-titre-jaune.svg) no-repeat;
}
.banniere.langue-rose {
  margin-bottom: 60px;
}
.banniere.langue-rose .titre {
  background: #FFCC00;
}
.banniere.langue-rose .titre:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  height: 8px;
  background: #EB186F;
}
.banniere.langue-rose .titre:after {
  content: "";
  position: absolute;
  bottom: -51px;
  left: 0;
  right: 0;
  height: 50px;
  background: top left/auto 100% url(../images/langue-titre-rose.svg) no-repeat;
}
.banniere.rounded {
  width: calc(50% - 570px + 1140px);
  border-radius: 0 0 40px 0;
  min-height: 400px;
}
.banniere.rounded .container {
  margin-right: 0;
}
.banniere .covid {
  position: absolute;
  z-index: 9;
  top: -32px;
  right: 52px;
}
.banniere .pattern {
  position: absolute;
  left: -9999px;
  font-size: 22px;
}
.banniere .container {
  display: flex;
}
.banniere .container .row {
  align-self: flex-end;
  width: calc(100% + 30px);
}
.banniere .titre {
  background: #19CFDE;
  color: white;
  font-size: 15px;
  padding: 15px 20px 10px;
  border-radius: 0 20px 0 0;
  position: relative;
  z-index: 3;
}
.banniere .titre.recherche {
  background: white;
}
.banniere .titre p {
  margin: 0;
}
.banniere img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  filter: saturate(0.05);
}
.banniere form {
  position: relative;
  text-align: center;
}
.banniere form .form-control {
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  width: 110px;
  text-align: left;
  font-size: 22px;
  padding: 0;
}
.banniere form button {
  position: absolute;
  background: transparent;
  right: 0;
  top: calc(50% - 16px);
  height: 32px;
  width: 32px;
  border: 0;
  padding: 0;
  overflow: hidden;
}
.banniere form button:focus, .banniere form button:active {
  outline: 0;
}

@media all and (max-width: 1199px) {
  .banniere.rounded {
    width: calc(50% - 480px + 960px);
    min-height: 300px;
  }
}
@media all and (max-width: 991px) {
  .banniere.rounded {
    width: calc(50% - 360px + 720px);
    min-height: 250px;
  }
}
@media all and (max-width: 767px) {
  .banniere.rounded {
    border-radius: 0;
    width: 100%;
    min-height: 150px;
  }
  .banniere.rounded .container {
    margin-left: auto;
    margin-right: auto;
  }
  .banniere .covid {
    right: 84px;
  }
  .banniere .titre {
    padding-right: 70px;
  }
  .banniere .titre p {
    margin-bottom: 8px;
    line-height: 18px;
  }
}
/* MOSAIQUE */
.mosaique-acces {
  width: 100%;
  display: flex;
}
.mosaique-acces .panel {
  height: 100%;
}
.mosaique-acces .panel:nth-child(1) {
  width: 64%;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(1) {
  width: 100%;
  height: 350px;
  background: #19CFDE no-repeat bottom left/auto 100% url(../images/accueil-communication-interne-team-building.jpg);
  border-bottom: solid 1px white;
  position: relative;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(1):hover {
  background: #19CFDE;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(1):hover .over {
  background: #19CFDE;
  opacity: 1;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(1):hover .over .wrapper .btn {
  color: #19CFDE;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(1) .wrapper {
  float: right;
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  width: calc(100% - (156.25% - 1110px) / 2);
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(1) .wrapper h2:after {
  background-position: bottom right;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(2) {
  width: 60%;
  height: 350px;
  background: #6CD12F no-repeat bottom right/auto 100% url(../images/accueil-conduite-changement.jpg);
  float: left;
  border-right: solid 1px white;
  position: relative;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(2):hover {
  background: #6CD12F;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(2):hover .over {
  background: #6CD12F;
  opacity: 1;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(2):hover .over .wrapper .btn {
  color: #6CD12F;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(2) .wrapper {
  float: right;
  padding-left: 0;
  width: calc(100% - (260.4166666667% - 1110px) / 2);
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(3) {
  width: 40%;
  height: 350px;
  background: #753BAA no-repeat bottom left/auto 100% url(../images/accueil-communication-publique.jpg);
  float: left;
  position: relative;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(3):hover {
  background: #753BAA;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(3):hover .over {
  opacity: 1;
  background: #753BAA;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(3):hover .over .wrapper .btn {
  color: #753BAA;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(3) .wrapper {
  float: left;
  width: 100%;
  text-align: right;
}
.mosaique-acces .panel:nth-child(1) .acces:nth-child(3) .wrapper h2:after {
  background-position: bottom right;
}
.mosaique-acces .panel:nth-child(2) {
  width: 36%;
}
.mosaique-acces .panel:nth-child(2) .acces:nth-child(1) {
  width: 100%;
  height: 400px;
  background: #FF5439 no-repeat bottom left/auto 100% url(../images/accueil-communication-marque.jpg);
  border-left: solid 1px white;
  border-bottom: solid 1px white;
  position: relative;
}
.mosaique-acces .panel:nth-child(2) .acces:nth-child(1):hover {
  background: #FF5439;
}
.mosaique-acces .panel:nth-child(2) .acces:nth-child(1):hover .over {
  opacity: 1;
  background: #FF5439;
}
.mosaique-acces .panel:nth-child(2) .acces:nth-child(1):hover .over .wrapper .btn {
  color: #FF5439;
}
.mosaique-acces .panel:nth-child(2) .acces:nth-child(1) .wrapper {
  float: left;
  width: 399.6px;
  display: flex;
  align-items: center;
}
.mosaique-acces .panel:nth-child(2) .acces:nth-child(2) {
  width: 100%;
  height: 300px;
  background: #EB186F no-repeat bottom right/auto 100% url(../images/accueil-particuliers.jpg);
  border-left: solid 1px white;
  position: relative;
}
.mosaique-acces .panel:nth-child(2) .acces:nth-child(2):hover {
  background: #EB186F;
}
.mosaique-acces .panel:nth-child(2) .acces:nth-child(2):hover .over {
  opacity: 1;
  background: #EB186F;
}
.mosaique-acces .panel:nth-child(2) .acces:nth-child(2):hover .over .wrapper .btn {
  color: #EB186F;
}
.mosaique-acces .panel:nth-child(2) .acces:nth-child(2) .wrapper {
  float: left;
  width: 399.6px;
}
.mosaique-acces .panel .wrapper {
  padding: 30px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.mosaique-acces .panel .wrapper h2 {
  color: white;
  margin: 0;
}
.mosaique-acces .panel .wrapper h2:after {
  background: top left/auto 100% url(../images/langue-titre-blanc.svg) no-repeat;
}
.mosaique-acces .panel .acces:nth-child(n) {
  overflow: hidden;
}
.mosaique-acces .panel .acces:nth-child(n) .over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
}
.mosaique-acces .panel .acces:nth-child(n) .over .wrapper {
  display: block;
  text-align: left;
  color: white;
}
.mosaique-acces .panel .acces:nth-child(n) .over .wrapper h2 {
  margin-bottom: 30px;
}
.mosaique-acces .panel .acces:nth-child(n) .over .wrapper h2:after {
  background-position: bottom left;
}
.mosaique-acces .panel .acces:nth-child(n) .over .wrapper .btn {
  background: white;
  border-color: white;
}

@media all and (max-width: 1199px) {
  .mosaique-acces .panel:nth-child(1) .acces:nth-child(1) .wrapper {
    width: calc(100% - (156.25% - 960px) / 2);
  }
  .mosaique-acces .panel:nth-child(1) .acces:nth-child(2) {
    width: 55%;
  }
  .mosaique-acces .panel:nth-child(1) .acces:nth-child(2) .wrapper {
    width: calc(100% - (284.0909090909% - 960px) / 2);
  }
  .mosaique-acces .panel:nth-child(1) .acces:nth-child(3) {
    width: 45%;
  }
  .mosaique-acces .panel:nth-child(2) .acces:nth-child(1) .wrapper {
    float: left;
    width: 345.6px;
  }
  .mosaique-acces .panel:nth-child(2) .acces:nth-child(2) .wrapper {
    width: 345.6px;
  }
}
@media all and (max-width: 991px) {
  .mosaique-acces {
    flex-wrap: wrap;
  }
  .mosaique-acces .panel:nth-child(1) {
    width: 100%;
  }
  .mosaique-acces .panel:nth-child(1) .acces:nth-child(1) {
    height: 465px;
  }
  .mosaique-acces .panel:nth-child(1) .acces:nth-child(1) .wrapper {
    width: 100%;
    padding-left: 30px;
  }
  .mosaique-acces .panel:nth-child(1) .acces:nth-child(2) {
    width: 100%;
    border-right: 0;
  }
  .mosaique-acces .panel:nth-child(1) .acces:nth-child(2) .wrapper {
    width: 100%;
    padding-left: 30px;
  }
  .mosaique-acces .panel:nth-child(1) .acces:nth-child(3) {
    width: 100%;
  }
  .mosaique-acces .panel:nth-child(2) {
    width: 100%;
  }
  .mosaique-acces .panel:nth-child(2) .acces:nth-child(1) {
    border: 0;
    border: 0;
  }
  .mosaique-acces .panel:nth-child(2) .acces:nth-child(1) .wrapper {
    width: 100%;
  }
  .mosaique-acces .panel:nth-child(2) .acces:nth-child(2) {
    border: 0;
  }
  .mosaique-acces .panel:nth-child(2) .acces:nth-child(2) .wrapper {
    width: 100%;
  }
}
.mosaique-texte {
  width: 100%;
  display: flex;
}
.mosaique-texte .panel {
  height: 100%;
}
.mosaique-texte .panel:nth-child(1) {
  width: 64%;
}
.mosaique-texte .panel:nth-child(1) .acces:nth-child(1), .mosaique-texte .panel:nth-child(1) .acces:nth-child(2) {
  width: 100%;
  height: 350px;
  border-top: solid 1px #202A45;
  border-bottom: solid 1px #202A45;
  background: #fafaf8 no-repeat bottom right/auto 80% url(../images/accueil-pourquoi-le-jeu.jpg);
}
.mosaique-texte .panel:nth-child(1) .acces:nth-child(1) .wrapper, .mosaique-texte .panel:nth-child(1) .acces:nth-child(2) .wrapper {
  float: right;
  padding-left: 0;
  padding-right: 20%;
  width: calc(100% - (156.25% - 1110px) / 2);
}
.mosaique-texte .panel:nth-child(1) .acces:nth-child(2) {
  border: 0;
  background: #fafaf8 no-repeat bottom right/auto 80% url(../images/accueil-ma-langue-au-chat.jpg);
}
.mosaique-texte .panel:nth-child(2) {
  width: 36%;
}
.mosaique-texte .panel:nth-child(2) .acces:nth-child(1) {
  width: 100%;
  height: 700px;
  border-top: solid 1px #202A45;
  border-left: solid 1px #202A45;
  background: #fafaf8 no-repeat bottom left/auto 80% url(../images/accueil-temoignages.jpg);
}
.mosaique-texte .panel:nth-child(2) .acces:nth-child(1) .wrapper {
  float: left;
  width: 399.6px;
}
.mosaique-texte .panel .wrapper {
  padding: 30px;
  height: 100%;
}
.mosaique-texte .panel .wrapper h3 {
  color: #202A45;
  text-transform: none;
  margin-bottom: 5px;
}
.mosaique-texte .panel .wrapper h3:after {
  content: none;
}

@media all and (max-width: 1199px) {
  .mosaique-texte .panel:nth-child(1) .acces:nth-child(1) .wrapper, .mosaique-texte .panel:nth-child(1) .acces:nth-child(2) .wrapper {
    width: calc(100% - (156.25% - 960px) / 2);
  }
  .mosaique-texte .panel:nth-child(2) .acces:nth-child(1) .wrapper {
    float: left;
    width: 345.6px;
  }
}
@media all and (max-width: 991px) {
  .mosaique-texte {
    flex-wrap: wrap;
  }
  .mosaique-texte .panel:nth-child(1) {
    width: 100%;
  }
  .mosaique-texte .panel:nth-child(1) .acces:nth-child(1), .mosaique-texte .panel:nth-child(1) .acces:nth-child(2) {
    height: auto;
  }
  .mosaique-texte .panel:nth-child(1) .acces:nth-child(1) .wrapper, .mosaique-texte .panel:nth-child(1) .acces:nth-child(2) .wrapper {
    width: 100%;
    padding: 30px;
  }
  .mosaique-texte .panel:nth-child(2) {
    width: 100%;
  }
  .mosaique-texte .panel:nth-child(2) .acces:nth-child(1) {
    border-left: 0;
  }
  .mosaique-texte .panel:nth-child(2) .acces:nth-child(1) .wrapper {
    width: 100%;
  }
}
/* DESCRIPTION */
.description {
  border: solid 1px #19CFDE;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  margin-bottom: 40px;
  border-radius: 0 0 0 20px;
}
.description.communication-interne-team-building {
  border-color: #19CFDE;
}
.description.communication-interne-team-building p strong {
  color: #19CFDE;
}
.description.communication-marque {
  border-color: #FF5439;
}
.description.communication-marque p strong {
  color: #FF5439;
}
.description.conduite-changement {
  border-color: #6CD12F;
}
.description.conduite-changement p strong {
  color: #6CD12F;
}
.description.communication-publique {
  border-color: #753BAA;
}
.description.communication-publique p strong {
  color: #753BAA;
}
.description.particuliers {
  border-color: #EB186F;
}
.description.particuliers p strong {
  color: #EB186F;
}
.description p {
  margin: 0;
}
.description p strong {
  color: #19CFDE;
}

@media all and (max-width: 991px) {
  .description {
    font-size: 15px;
  }
}
/* CHIFFRE */
.chiffre {
  margin: 0 10% 30px;
  padding: 15px 10px 13px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.chiffre:before, .chiffre:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #333 40%, rgba(255, 255, 255, 0) 20%);
  background-position: top;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  left: 0;
  right: 0;
  height: 1px;
}
.chiffre:before {
  top: 0;
}
.chiffre:after {
  bottom: 0;
}
.chiffre p {
  margin: 0;
  line-height: 1;
}
.chiffre big {
  font-size: 36px;
  color: #FFCC00;
}

@media all and (max-width: 991px) {
  .chiffre big {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  .chiffre {
    margin: 15px;
  }
}
/* GRAVITYFORM */
.form-none {
  display: none;
}

.gform_heading h3 {
  margin-bottom: 80px;
}
.gform_heading h3:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 50px;
  border-bottom: solid 8px #FFCC00;
}
.gform_heading h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  height: 50px;
  background: top left/auto 100% url(../images/langue-titre-jaune.svg) no-repeat;
}

.gform_footer {
  margin-top: 30px;
}

.gsection {
  padding: 0;
  position: relative;
}
.gsection:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -15px;
  width: 30px;
  border-bottom: solid 1px #202A45;
}
.gsection h2 {
  color: #202A45;
  font-size: 20px;
  margin-bottom: 30px;
}

.gform_footer {
  text-align: center;
}

.gfield_description {
  font-size: 12px;
  margin-top: 4px;
}

.gfield_error label {
  color: #ec0829;
}
.gfield_error input[type=text],
.gfield_error input[type=email],
.gfield_error input[type=password],
.gfield_error input[type=tel],
.gfield_error select,
.gfield_error textarea {
  border-color: #ec0829;
}

.validation_message {
  display: none;
}

.validation_error {
  color: #ec0829;
  margin-bottom: 20px;
  font-weight: 700;
}

/* GROUPE */
.groupe {
  padding: 15px 15px 0 15px;
  position: relative;
}
.groupe.special:before {
  background: #19CFDE;
}
.groupe.zoom {
  margin-top: 75px;
}
.groupe.zoom:after {
  content: "";
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  width: 100%;
  height: 75px;
}
.groupe.zoom.communication-interne-et-team-building:after {
  background: url(../images/frise-communication-interne.svg) no-repeat top center;
}
.groupe.zoom.communication-de-marque:after {
  background: url(../images/frise-communication-de-marque.svg) no-repeat top center;
}
.groupe.zoom.conduite-du-changement:after {
  background: url(../images/frise-conduite-du-changement.svg) no-repeat top center;
}
.groupe.zoom.communication-publique:after {
  background: url(../images/frise-communication-publique.svg) no-repeat top center;
}
.groupe:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: #FFCC00;
  border-radius: 20px 20px 0 0;
  padding: 15px;
}
.groupe > div {
  position: relative;
  z-index: 2;
}
.groupe .card {
  border: 0;
}
.groupe .card .image img {
  border-radius: 0 20px 0 20px;
}

@media all and (max-width: 991px) {
  .groupe:before {
    height: 100px;
  }
}
/* CARDS */
.card {
  border: solid 1px #FFCC00;
  border-radius: 0 20px 0 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  text-align: left;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.card .image {
  margin-bottom: 25px;
}
.card .image.has-span {
  margin-bottom: 40px;
}
.card .image:not(.default) img {
  filter: saturate(0.05);
  transition: filter 0.25s ease;
}
.card .image img {
  border-radius: 0 20px 0 0;
}
.card .detail {
  padding: 0 15px 15px;
}
.card .detail p {
  margin: 0;
}

/* IMAGE */
.image {
  position: relative;
}
.image.video > p > a, .image.video > a {
  position: relative;
  display: block;
}
.image.video > p > a:before, .image.video > a:before {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  background: url(../images/icones-48px/nav-play-48.svg);
  width: 48px;
  height: 48px;
}
.image.auto img {
  width: 35%;
  margin: auto;
}
.image.p80 img {
  width: 80%;
  height: auto;
}
.image.text-center {
  width: 100%;
}
.image img {
  width: 100%;
  height: auto;
  display: block;
}
.image > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  text-align: center;
}
.image .categorie {
  text-align: left;
  bottom: -12px;
}
.image .categorie.communication-interne-team-building span {
  background: #19CFDE;
}
.image .categorie.communication-marque span {
  background: #FF5439;
}
.image .categorie.conduite-changement span {
  background: #6CD12F;
}
.image .categorie.communication-publique span {
  background: #753BAA;
}
.image .categorie.particuliers span {
  background: #EB186F;
}
.image .categorie span {
  display: inline-block;
  line-height: 24px;
  height: 24px;
  padding: 1px 15px 0;
  background: #19CFDE;
  color: white;
  border-radius: 0 15px 15px 0;
  font-size: 11px;
  text-transform: uppercase;
}

.logo {
  margin-bottom: 30px;
}
.logo a {
  border: solid 2px transparent;
  border-radius: 0 20px 0 20px;
  display: block;
  overflow: hidden;
}
.logo a:hover {
  border-color: #FFCC00;
}
.logo a:hover img {
  opacity: 1;
}
.logo img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.5;
}

/* BOUTON */
a.btn, button.btn, input[type=submit] {
  font-weight: 700;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  background: #202A45;
  font-size: 14px;
  color: white;
  border: solid 1px #202A45;
  text-decoration: none;
  display: inline-block;
  -webkit-appearance: none;
  transition: background 0.25s ease, color 0.25s ease;
}
a.btn:hover, button.btn:hover, input[type=submit]:hover {
  background: white;
  color: #202A45;
}
a.btn:focus, a.btn:active, button.btn:focus, button.btn:active, input[type=submit]:focus, input[type=submit]:active {
  outline: 0;
}
a.btn.special, button.btn.special, input[type=submit].special {
  position: absolute;
  z-index: 2;
  top: 100px;
}

@media all and (max-width: 767px) {
  a.btn, button.btn, input[type=submit] {
    line-height: 18px;
    padding: 7px 20px 5px;
    height: auto;
  }
}
a.btn-primary, button.btn-primary, input[type=submit] {
  background: #FFCC00;
  border-color: #FFCC00;
}
a.btn-primary:hover, button.btn-primary:hover, input[type=submit]:hover {
  background: white;
  color: #FFCC00;
}

/* TEMOIGNAGE */
.temoignage {
  background: rgba(25, 207, 222, 0.1);
  padding: 15px;
  border-radius: 0 20px 0 20px;
}
.temoignage h3 {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 22px;
  color: #202A45;
}
.temoignage h3:after {
  content: none;
}
.temoignage blockquote {
  color: #19CFDE;
  font-weight: 700;
}
.temoignage blockquote:after {
  border-bottom: solid 1px #19CFDE;
}
.temoignage blockquote + p {
  margin: 0;
}

@media all and (max-width: 767px) {
  .temoignage {
    margin-bottom: 30px;
  }
}
/* NAVIGATION */
.navigation ul {
  text-align: center;
}
.navigation ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.navigation ul li:before {
  content: none;
}
.navigation ul li a {
  font-weight: 700;
  padding: 0 20px;
  line-height: 32px;
  height: 32px;
  color: #202A45;
  text-decoration: none;
}
.navigation ul li a:hover {
  color: #FFCC00;
}
.navigation ul li a span, .navigation ul li a i {
  float: left;
  margin: 0 3px;
}
.navigation ul li a span {
  padding-top: 1px;
}

@media all and (max-width: 767px) {
  .navigation ul li a {
    display: inline-block;
  }
  .navigation ul li a span {
    display: none;
  }
}
/* MODAL */
.modal-backdrop {
  background: #141A2B;
}
.modal-backdrop.show {
  opacity: 0.9;
}

.modal-dialog {
  max-width: 790px;
  margin-top: 80px;
}

.modal-content {
  border-radius: 20px;
  border: 0;
  -webkit-overflow-scrolling: touch;
}
.modal-content .modal-body {
  padding: 30px;
}
.modal-content .modal-body > div .ekko-lightbox-item {
  border-radius: 0 20px 0 20px;
  overflow: hidden;
}
.modal-content .modal-body > div .ekko-lightbox-item .embed-responsive {
  background: black;
  height: 100%;
}
.modal-content .modal-body > div .ekko-lightbox-item .embed-responsive iframe {
  height: 100%;
}
.modal-content .modal-body form ul li:not(.gsection) {
  padding: 0 130px;
}
.modal-content .modal-body form ul li:not(.gsection) li {
  padding: 0;
}
.modal-content .modal-header {
  padding: 0;
  border: 0;
}
.modal-content .modal-header h4 {
  display: none;
}
.modal-content .modal-header button {
  border: 0;
  position: absolute;
  z-index: 2;
  color: transparent;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icones-40px/nav-bouton-fermer-40.svg);
}
.modal-content .modal-header button:hover {
  background: url(../images/icones-40px/nav-bouton-fermer-roll-40.svg);
}
.modal-content .modal-header button:focus, .modal-content .modal-header button:active {
  outline: 0;
}
.modal-content .modal-footer {
  padding: 0 30px 75px;
  text-align: left;
  justify-content: initial;
  border-top: 0;
  position: relative;
  top: -30px;
}
.modal-content .modal-footer:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: -7px;
  height: 50px;
  border-bottom: solid 8px #FFCC00;
}
.modal-content .modal-footer:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 35px;
  height: 50px;
  background: top left/auto 100% url(../images/langue-titre-jaune.svg) no-repeat;
}

@media all and (max-width: 767px) {
  .modal-content .modal-body {
    padding: 15px;
  }
  .modal-content .modal-body form ul li:not(.gsection) {
    padding: 0 0;
  }
  .modal-content .modal-body form ul li:not(.gsection) li {
    padding: 0;
  }
  .modal-content .modal-body .ginput_recaptcha {
    transform: scale(0.8);
  }
}
.ekko-lightbox-nav-overlay {
  display: flex !important;
  position: initial;
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay a {
  opacity: 1;
  position: absolute;
  top: calc(50% - 25px);
  margin: 0;
}
.ekko-lightbox-nav-overlay a:focus, .ekko-lightbox-nav-overlay a:active {
  outline: 0;
}
.ekko-lightbox-nav-overlay a:first-child {
  left: 0;
}
.ekko-lightbox-nav-overlay a:first-child span {
  color: transparent;
}
.ekko-lightbox-nav-overlay a:first-child span:before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: -20px;
  width: 40px;
  height: 40px;
  background: url(../images/icones-40px/nav-bouton-precedent-40.svg);
}
.ekko-lightbox-nav-overlay a:first-child:hover span:before {
  background: url(../images/icones-40px/nav-bouton-precedent-roll-40.svg);
}
.ekko-lightbox-nav-overlay a:last-child {
  right: 0;
}
.ekko-lightbox-nav-overlay a:last-child span {
  color: transparent;
}
.ekko-lightbox-nav-overlay a:last-child span:before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  right: -20px;
  width: 40px;
  height: 40px;
  background: url(../images/icones-40px/nav-bouton-suivant-40.svg);
}
.ekko-lightbox-nav-overlay a:last-child:hover span:before {
  background: url(../images/icones-40px/nav-bouton-suivant-roll-40.svg);
}

/* SLICK */
.slick-prev, .slick-next {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  border: 0;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
}
.slick-prev:focus, .slick-prev:active, .slick-next:focus, .slick-next:active {
  outline: 0;
}

.slick-prev {
  left: 15px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  color: transparent;
}
.slick-prev:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(50% - 15px);
  left: 8px;
  width: 26px;
  height: 30px;
  background: no-repeat center center/26px url(../images/icones-40px/nav-bouton-precedent-40.svg);
}
.slick-prev:hover:before {
  background: no-repeat center center/26px url(../images/icones-40px/nav-bouton-precedent-roll-40.svg);
}

.slick-next {
  right: 15px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  color: transparent;
}
.slick-next:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: calc(50% - 15px);
  right: 8px;
  width: 26px;
  height: 30px;
  background: no-repeat center center/26px url(../images/icones-40px/nav-bouton-suivant-40.svg);
}
.slick-next:hover:before {
  background: no-repeat center center/26px url(../images/icones-40px/nav-bouton-suivant-roll-40.svg);
}

.slick-dots {
  margin-top: 20px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li:before {
  content: none;
}
.slick-dots li.slick-active button {
  background: #FFCC00;
}
.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 10px;
  border: solid 1px #FFCC00;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
  background: white;
}
.slick-dots li button:focus, .slick-dots li button:active {
  outline: 0;
}

.slick-slide:focus, .slick-slide:active {
  outline: 0;
}
.slick-slide .image a:focus, .slick-slide .image a:active {
  outline: 0;
}

/* DEMANDE DE DEVIS */
.cta-demande-devis {
  position: fixed;
  z-index: 4;
  bottom: 120px;
  right: 30px;
}
.cta-demande-devis .btn {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: solid 1px white;
  font-size: 11px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0 0 0;
  background: #FFCC00 no-repeat 50% 23%/24px url(../images/yeux-blanc.svg);
  transition: all 0.25s ease;
}
.cta-demande-devis .btn:hover {
  background: white no-repeat 50% 23%/24px url(../images/yeux-jaune.svg);
  border-color: #FFCC00;
}

/* HAUT DE PAGE */
.top {
  position: fixed;
  z-index: 4;
  bottom: 60px;
  right: 30px;
  display: none;
}
.top button {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #FFCC00;
  border: solid 1px white;
  cursor: pointer;
}
.top button:before {
  position: absolute;
  top: 21px;
  left: 19px;
  content: "";
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transition: border-color 0.25s ease;
}
.top button:hover {
  background: white;
  border-color: #FFCC00;
}
.top button:hover:before {
  border-color: #FFCC00;
}
.top button:focus, .top button:active {
  outline: 0;
}

/* FILTRES */
.filtres {
  margin-bottom: 30px;
}
.filtres .wrapper {
  border: solid 1px black;
  padding: 5px;
  border-radius: 40px;
  display: flex;
  margin-bottom: 15px;
}
.filtres .wrapper.realisation ul {
  justify-content: space-between;
}
.filtres .wrapper.chasse-au-tresor ul li a:hover, .filtres .wrapper.chasse-au-tresor ul li a.on, .filtres .wrapper.chasse-au-tresor ul li button:hover, .filtres .wrapper.chasse-au-tresor ul li button.on {
  color: #19CFDE;
}
.filtres .wrapper ul {
  display: flex;
  width: 100%;
}
.filtres .wrapper ul li {
  display: flex;
  text-align: left;
  margin: 0 10px;
  padding: 0;
}
.filtres .wrapper ul li:before {
  content: none;
}
.filtres .wrapper ul li a, .filtres .wrapper ul li button {
  line-height: 18px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202A45;
  text-align: left;
  text-decoration: none;
  font-weight: 700;
  background: none;
  border: 0;
  font-size: 14px;
  cursor: pointer;
  padding: 1px 15px 0;
}
.filtres .wrapper ul li a:hover, .filtres .wrapper ul li a.on, .filtres .wrapper ul li button:hover, .filtres .wrapper ul li button.on {
  color: #FFCC00;
}
.filtres .wrapper ul li a:focus, .filtres .wrapper ul li a:active, .filtres .wrapper ul li button:focus, .filtres .wrapper ul li button:active {
  outline: 0;
}
.filtres .wrapper ul li a i, .filtres .wrapper ul li a span, .filtres .wrapper ul li button i, .filtres .wrapper ul li button span {
  float: left;
}
.filtres .wrapper ul li a i, .filtres .wrapper ul li button i {
  margin-right: 8px;
}
.filtres .wrapper ul + a {
  align-self: flex-end;
  white-space: nowrap;
}
.filtres .wrapper ~ .row {
  display: none;
}
.filtres ul li {
  padding: 0 0 0 15px;
  margin: 0 0 10px;
  list-style: none;
}
.filtres ul li:before {
  content: none;
}

@media all and (max-width: 1199px) {
  .filtres .wrapper ul li a, .filtres .wrapper ul li button {
    font-size: 13px;
  }
}
@media all and (max-width: 991px) {
  .filtres .wrapper {
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .filtres .wrapper ul {
    flex-wrap: wrap;
  }
  .filtres .wrapper ul li {
    width: calc(50% - 20px);
  }
  .filtres .wrapper ul li br {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .filtres .wrapper ul li {
    width: calc(100% - 20px);
  }
  .filtres .wrapper ul li .icon {
    width: 26px;
    height: 26px;
    background-size: 26px;
  }
}
/* AJAX */
.ajax {
  position: relative;
}
.ajax .overlay {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}

/* THEMES */
.theme {
  padding-top: 80px;
}
.theme .groupe.particuliers:before {
  background: #EB186F;
}
.theme .groupe.particuliers h2 {
  color: #EB186F;
}
.theme .groupe.particuliers .icone:after {
  border-bottom-color: #EB186F;
}
.theme .groupe:after {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
}
.theme.enquete-policiere .groupe:after {
  background: url(../images/frise-enquete-policiere.svg) no-repeat top center;
}
.theme.enquete-policiere .groupe.particuliers:after {
  background: url(../images/frise-enquete-policiere-particuliers.svg) no-repeat top center;
}
.theme.artistique .groupe:after {
  background: url(../images/frise-artistique.svg) no-repeat top center;
}
.theme.artistique .groupe.particuliers:after {
  background: url(../images/frise-artistique-particuliers.svg) no-repeat top center;
}
.theme.mysteres-antiques .groupe:after {
  background: url(../images/frise-mysteres-antiques.svg) no-repeat top center;
}
.theme.mysteres-antiques .groupe.particuliers:after {
  background: url(../images/frise-mysteres-antiques-particuliers.svg) no-repeat top center;
}
.theme.hacker-espionnage .groupe:after {
  background: url(../images/frise-hacker-espionnage.svg) no-repeat top center;
}
.theme.hacker-espionnage .groupe.particuliers:after {
  background: url(../images/frise-hacker-espionnage-particuliers.svg) no-repeat top center;
}
.theme.escape-game .groupe:after {
  background: url(../images/frise-escape-game.svg) no-repeat top center;
}
.theme.escape-game .groupe.particuliers:after {
  background: url(../images/frise-escape-game-particuliers.svg) no-repeat top center;
}
.theme.chasse-au-tresor-moderne .groupe:after {
  background: url(../images/frise-chasse-au-tresor-moderne.svg) no-repeat top center;
}
.theme.chasse-au-tresor-moderne .groupe.particuliers:after {
  background: url(../images/frise-chasse-au-tresor-moderne-particuliers.svg) no-repeat top center;
}
.theme h2 {
  color: #19CFDE;
}
.theme .icone:after {
  border-bottom-color: #19CFDE;
}

/* PARCE QUE */
.parce-que {
  height: 380px;
  position: relative;
}
.parce-que:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  background: linear-gradient(to left, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
}
.parce-que .container .row .col-md-3 .image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 265px;
}
.parce-que .container .row .col-md-3 .image img {
  width: 80%;
}
.parce-que .items {
  position: absolute;
  top: 45px;
  left: calc((100% - 1110px) / 2 + 277.5px);
  width: 1475px;
}
.parce-que .items .item {
  float: left;
  width: 265px !important;
  height: 270px;
  border: solid 1px #202A45;
  border-radius: 0 20px 0 20px;
  background: white;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}
.parce-que .items .item > div {
  padding: 15px;
  font-weight: 700;
}
.parce-que .items .item > div strong {
  color: #FFCC00;
}
.parce-que .items .item img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.parce-que .slick-dots {
  left: 0;
  width: 855px;
}

@media all and (max-width: 1199px) {
  .parce-que .container .row .col-md-3 .image {
    justify-content: left;
  }
  .parce-que .container .row .col-md-3 .image img {
    width: 70%;
  }
  .parce-que .items {
    left: calc((100% - 960px) / 2 + 240px);
  }
  .parce-que .slick-dots {
    width: 720px;
  }
}
@media all and (max-width: 991px) {
  .parce-que .items {
    left: calc((100% - 720px) / 2 + 180px);
  }
  .parce-que .slick-dots {
    width: 540px;
  }
}
@media all and (max-width: 767px) {
  .parce-que {
    height: auto;
  }
  .parce-que:after {
    content: none;
  }
  .parce-que .container .row .col-md-3 .image {
    justify-content: center;
    height: auto;
    margin-bottom: 30px;
  }
  .parce-que .container .row .col-md-3 .image img {
    max-width: 200px;
  }
  .parce-que .items {
    position: initial;
    width: auto;
  }
  .parce-que .items .item {
    width: auto !important;
    max-width: 290px;
  }
  .parce-que .items .item img {
    width: auto;
  }
  .parce-que .slick-dots {
    width: 100%;
  }
}
/* DEMANDER UN DEVIS */
.demander-devis {
  background: #FFCC00 repeat-x bottom center/auto url(../images/pattern-labyrinthe-jaune.png);
  text-align: center;
  margin-top: 100px;
  padding: 0 0 30px;
}
.demander-devis.widget {
  background: white;
  text-align: left;
  margin-top: 0;
  border-bottom: solid 8px #FFCC00;
  position: relative;
}
.demander-devis.widget:before {
  content: "";
  position: absolute;
  left: 100%;
  right: -999px;
  bottom: -8px;
  border-bottom: solid 8px #FFCC00;
}
.demander-devis.widget:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 50px;
  background: top left/auto 100% url(../images/langue-titre-jaune.svg) no-repeat;
}
.demander-devis.widget > p {
  color: #FFCC00;
  font-size: 16px;
  line-height: 1.3;
  height: auto;
  text-align: left;
  text-transform: none;
  padding: 0;
  margin: 0 0 15px;
  top: 0;
}
.demander-devis.widget > p:before, .demander-devis.widget > p:after {
  content: none;
}
.demander-devis.widget a {
  margin: 0 30px 0 0;
}
.demander-devis > p {
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  color: white;
  font-weight: 700;
  padding: 0 60px;
  margin: 0;
  position: relative;
  height: 38px;
  top: -19px;
}
.demander-devis > p:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -19px;
  left: 0;
  right: 0;
  height: 38px;
  background: #FFCC00;
  border-radius: 20px 20px 0 0;
}
.demander-devis > p:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 28px;
  top: -60px;
  left: calc(50% - 50px);
  background: url(../images/oreille-devis-jaune.svg);
}
.demander-devis > p span {
  position: relative;
  z-index: 2;
}
.demander-devis a {
  margin: 0 15px;
}
.demander-devis a:hover {
  border-color: #FFCC00;
}
.demander-devis .wrapper {
  padding: 30px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: white;
}

@media all and (max-width: 991px) {
  .demander-devis.widget {
    padding-bottom: 15px;
  }
  .demander-devis.widget a {
    display: block;
    margin: 15px 0 0;
  }
  .demander-devis > p {
    font-size: 24px;
  }
  .demander-devis a {
    display: inline-block;
    margin-top: 15px;
  }
  .demander-devis .wrapper {
    padding: 20px 0;
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .demander-devis > p {
    font-size: 20px;
    line-height: 24px;
  }
  .demander-devis > p:after {
    height: 22px;
    top: -54px;
    background: url(../images/oreille-devis-jaune.svg) no-repeat bottom center;
    background-size: auto 22px;
  }
  .demander-devis .wrapper {
    padding: 15px 0;
    font-size: 18px;
  }
}
/* VOUS AIMEREZ AUSSI */
.cross-selling {
  margin-top: 100px;
  padding: 0 0 30px;
  text-align: center;
  position: relative;
}
.cross-selling.chasse:before {
  background: #19CFDE repeat-x bottom center/auto 275px url(../images/pattern-labyrinthe-bleu.png);
}
.cross-selling.chasse.particuliers:before {
  background: #EB186F repeat-x bottom center/auto 275px url(../images/pattern-labyrinthe-rose.png);
}
.cross-selling.chasse.particuliers > p:before {
  background: #EB186F;
}
.cross-selling.chasse.particuliers > p:after {
  background: url(../images/oreille-devis-rose.svg);
}
.cross-selling.chasse > p:before {
  background: #19CFDE;
}
.cross-selling.chasse > p:after {
  background: url(../images/oreille-devis-bleu.svg);
}
.cross-selling:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: #FFCC00 repeat-x bottom center/auto url(../images/pattern-labyrinthe-jaune.png);
}
.cross-selling > p {
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  color: white;
  padding: 0 60px;
  margin: 0;
  position: relative;
  height: 38px;
  line-height: 38px;
  top: -19px;
}
.cross-selling > p:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -19px;
  left: 0;
  right: 0;
  height: 38px;
  background: #FFCC00;
  border-radius: 20px 20px 0 0;
}
.cross-selling > p:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 28px;
  top: -60px;
  left: calc(50% - 50px);
  background: url(../images/oreille-devis-jaune.svg);
}
.cross-selling > p span {
  position: relative;
  z-index: 2;
}
.cross-selling .card .image .categorie.special > span {
  background: #FFCC00;
}
.cross-selling .card .image:not(.default) img {
  filter: saturate(1);
}

@media all and (max-width: 767px) {
  .cross-selling > p {
    font-size: 20px;
    line-height: 24px;
  }
  .cross-selling > p:after {
    height: 22px;
    top: -54px;
    background: url(../images/oreille-devis-jaune.svg) no-repeat bottom center;
    background-size: auto 22px;
  }
}
/* EXPLICATIONS REALISATION */
.explications {
  border-bottom: solid 8px #FFCC00;
  padding: 0 0 30px;
  position: relative;
}
.explications:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  height: 50px;
  background: top left/auto 100% url(../images/langue-titre-jaune.svg) no-repeat;
}
.explications .explication {
  margin-bottom: 30px;
}
.explications a {
  margin-top: 30px;
  display: inline-block;
}

@media all and (max-width: 991px) {
  .explications {
    margin-bottom: 80px;
  }
}
/* GALERIE */
/* BO */
.gallery {
  background: no-repeat center center/cover url(../images/image-galerie.svg);
  width: 288px;
  height: 357px;
  margin: 0;
  padding: 0;
}
.gallery dt, .gallery dl {
  display: none;
}

/* FO */
.galerie {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
.galerie .groupe:before {
  border-radius: 0 20px 0 0;
}
.galerie .first {
  margin-bottom: 15px;
}
.galerie .first img {
  border-radius: 0 20px 0 20px;
}
.galerie .slide {
  margin: 0 15px;
}
.galerie .slide img {
  border-radius: 20px 0 20px 0;
}

/* DIAGRAMME */
.diagramme {
  margin: 60px 30px 0;
}
.diagramme svg {
  width: 100%;
  height: auto;
}

/* CARTE */
.carte {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 40px 0;
}

/* EVENEMENT QUI VOUS RESSEMBLE */
.evenement {
  background: rgba(239, 236, 235, 0.3);
}

/* *********** */
/* GESTION DES COULEURS */
/* *********** */
/* COMMUNICATION INTERNE ET TEAM BUILDING */
.communication-interne-et-team-building .banniere .titre {
  background: #19CFDE;
}
.communication-interne-et-team-building .description {
  border-color: #19CFDE;
}
.communication-interne-et-team-building .description strong {
  color: #19CFDE;
}
.communication-interne-et-team-building .chiffre big {
  color: #19CFDE;
}
.communication-interne-et-team-building .groupe:before {
  background: #19CFDE;
}
.communication-interne-et-team-building .btn-bleu {
  background: #19CFDE;
  border-color: #19CFDE;
}
.communication-interne-et-team-building .btn-bleu:hover {
  color: #19CFDE;
  background: white;
}
.communication-interne-et-team-building .lien-svg {
  display: block;
  width: 100%;
  height: 250px;
  background: no-repeat center center/cover url(../images/voir-nos-realisations-com-interne-1.svg);
}
.communication-interne-et-team-building .lien-svg:hover {
  background: no-repeat center center/cover url(../images/voir-nos-realisations-com-interne-2.svg);
}

@media all and (max-width: 1199px) {
  .communication-interne-et-team-building .lien-svg {
    height: 210px;
  }
}
@media all and (max-width: 767px) {
  .communication-interne-et-team-building .lien-svg {
    background: no-repeat center center/cover url(../images/voir-nos-realisations-com-marque-responsive-1.svg);
  }
  .communication-interne-et-team-building .lien-svg:hover {
    background: no-repeat center center/cover url(../images/voir-nos-realisations-com-marque-responsive-2.svg);
  }
}
/* COMMUNICATION DE MARQUE */
.communication-de-marque .banniere .titre {
  background: #FF5439;
}
.communication-de-marque .description {
  border-color: #FF5439;
}
.communication-de-marque .description strong {
  color: #FF5439;
}
.communication-de-marque .chiffre big {
  color: #FF5439;
}
.communication-de-marque .groupe:before {
  background: #FF5439;
}
.communication-de-marque .btn-rouge {
  background: #FF5439;
  border-color: #FF5439;
}
.communication-de-marque .btn-rouge:hover {
  color: #FF5439;
  background: white;
}
.communication-de-marque .lien-svg {
  display: block;
  width: 100%;
  height: 250px;
  background: no-repeat center center/cover url(../images/voir-nos-realisations-com-marque-1.svg);
}
.communication-de-marque .lien-svg:hover {
  background: no-repeat center center/cover url(../images/voir-nos-realisations-com-marque-2.svg);
}

@media all and (max-width: 1199px) {
  .communication-de-marque .lien-svg {
    height: 210px;
  }
}
@media all and (max-width: 767px) {
  .communication-de-marque .lien-svg {
    background: no-repeat center center/cover url(../images/voir-nos-realisations-com-marque-responsive-1.svg);
  }
  .communication-de-marque .lien-svg:hover {
    background: no-repeat center center/cover url(../images/voir-nos-realisations-com-marque-responsive-2.svg);
  }
}
/* COMMUNICATION PUBLIQUE */
.communication-publique .banniere .titre {
  background: #753BAA;
}
.communication-publique .description {
  border-color: #753BAA;
}
.communication-publique .description strong {
  color: #753BAA;
}
.communication-publique .chiffre big {
  color: #753BAA;
}
.communication-publique .groupe:before {
  background: #753BAA;
}
.communication-publique .btn-violet {
  background: #753BAA;
  border-color: #753BAA;
}
.communication-publique .btn-violet:hover {
  color: #753BAA;
  background: white;
}
.communication-publique .lien-svg {
  display: block;
  width: 100%;
  height: 250px;
  background: url(../images/voir-nos-realisations-com-publique-1.svg) no-repeat center center;
}
.communication-publique .lien-svg:hover {
  background: url(../images/voir-nos-realisations-com-publique-2.svg) no-repeat center center;
}

@media all and (max-width: 1199px) {
  .communication-publique .lien-svg {
    height: 210px;
  }
}
@media all and (max-width: 767px) {
  .communication-publique .lien-svg {
    background: no-repeat center center/cover url(../images/voir-nos-realisations-com-publique-responsive-1.svg);
  }
  .communication-publique .lien-svg:hover {
    background: no-repeat center center/cover url(../images/voir-nos-realisations-com-publique-responsive-2.svg);
  }
}
/* CONDUITE DU CHANGEMENT */
.conduite-du-changement .banniere .titre {
  background: #6CD12F;
}
.conduite-du-changement .description {
  border-color: #6CD12F;
}
.conduite-du-changement .description strong {
  color: #6CD12F;
}
.conduite-du-changement .chiffre big {
  color: #6CD12F;
}
.conduite-du-changement .groupe:before {
  background: #6CD12F;
}
.conduite-du-changement .btn-vert {
  background: #6CD12F;
  border-color: #6CD12F;
}
.conduite-du-changement .btn-vert:hover {
  color: #6CD12F;
  background: white;
}
.conduite-du-changement .lien-svg {
  display: block;
  width: 100%;
  height: 250px;
  background: url(../images/voir-nos-realisations-conduite-du-changement-1.svg) no-repeat center center;
}
.conduite-du-changement .lien-svg:hover {
  background: url(../images/voir-nos-realisations-conduite-du-changement-2.svg) no-repeat center center;
}

@media all and (max-width: 1199px) {
  .conduite-du-changement .lien-svg {
    height: 210px;
  }
}
@media all and (max-width: 767px) {
  .conduite-du-changement .lien-svg {
    background: no-repeat center center/cover url(../images/voir-nos-realisations-conduite-du-changement-responsive-1.svg);
  }
  .conduite-du-changement .lien-svg:hover {
    background: no-repeat center center/cover url(../images/voir-nos-realisations-conduite-du-changement-responsive-2.svg);
  }
}
/* PARTICULIERS */
.particuliers .banniere .titre {
  background: #EB186F;
}
.particuliers .description {
  border-color: #EB186F;
}
.particuliers .description strong {
  color: #EB186F;
}
.particuliers .chiffre big {
  color: #EB186F;
}
.particuliers .groupe:before {
  background: #EB186F;
}
.particuliers .btn-rose {
  background: #EB186F;
  border-color: #EB186F;
}
.particuliers .btn-rose:hover {
  color: #EB186F;
  background: white;
}

/* REALISATION / CHASSE AU TRESOR */
.single-realisation .banniere, .single-chasse-au-tresor .banniere {
  overflow: hidden;
}

/* RECHERCHE */
.search .banniere .titre {
  background: white;
}

/* MODAL FORMULAIRE */
#modal-form .modal-content .modal-footer {
  height: 40px;
  background: repeat bottom center/85% url(../images/pattern-labyrinthe-jaune.png);
  top: 0;
  border-radius: 0 0 20px 20px;
  padding: 0;
}
#modal-form .modal-content .modal-footer:before, #modal-form .modal-content .modal-footer:after {
  content: none;
}

@media all and (max-width: 767px) {
  .modal-content .modal-footer {
    top: 0;
  }
}
/* COOKIE */
#cookie-law-info-bar {
  box-shadow: none;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  padding: 5px 15px;
}
#cookie-law-info-bar a {
  border: 0;
  background: white;
  font-weight: 700;
  line-height: 28px;
  height: 28px;
  padding: 0 20px 0;
}
#cookie-law-info-bar a:hover {
  background: white !important;
}
#cookie-law-info-bar a.cli_action_button {
  border-radius: 28px;
  border: solid 1px #FFCC00;
  background: #FFCC00;
  color: white;
}
#cookie-law-info-bar a.cli_action_button:hover {
  background: white !important;
  border-color: #FFCC00 !important;
  color: #FFCC00 !important;
}/*# sourceMappingURL=style.css.map */