<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/concept-snoezelen.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>717</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/concept-snoezelen.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>1768</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/concept-snoezelen.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>2424</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/concept-snoezelen.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>2478</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/utils.less) is not within the allowed path(s): (/www/wwwroot/concept-snoezelen.fr/:/tmp/) in <b>/www/wwwroot/concept-snoezelen.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>82</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/utils) is not within the allowed path(s): (/www/wwwroot/concept-snoezelen.fr/:/tmp/) in <b>/www/wwwroot/concept-snoezelen.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>82</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/globals.less) is not within the allowed path(s): (/www/wwwroot/concept-snoezelen.fr/:/tmp/) in <b>/www/wwwroot/concept-snoezelen.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>82</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/globals) is not within the allowed path(s): (/www/wwwroot/concept-snoezelen.fr/:/tmp/) in <b>/www/wwwroot/concept-snoezelen.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>82</b><br />
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
@font-face {
  font-family: "baskerville-semibold";
  src: url("../../../fonts/Caveat-VariableFont_wght.ttf");
}
.realisations {
  display: grid;
  justify-content: center;
  justify-items: center;
  margin-bottom: 200px;
}
.realisations .blocs {
  width: 90%;
  text-align: center;
}
.realisations .blocs .enfants {
  width: 33.333%;
  overflow: hidden;
  padding: 13px;
}
.realisations .blocs .enfants img {
  width: 100%;
  height: 432px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  object-position: 50% 50%;
}
.realisations .blocs .enfants p {
  margin-bottom: 4rem;
  font-size: 16px;
}
.realisations .blocs .Oui img {
  height: 648px;
}
.realisations .filtre {
  margin-bottom: 100px;
}
.realisations .filtre p {
  text-align: center;
}
.realisations ul.testeur {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  text-align: center;
  margin: 0;
}
.realisations ul.testeur li {
  border: 2px solid #00C2CB;
  padding: 10px 22px;
  color: #00C2CB;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.realisations ul.testeur li .sub {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  margin-top: 10px;
  grid-template-columns: auto;
  white-space: nowrap;
}
.realisations ul.testeur li .sub li {
  border: 0;
  text-align: left;
  background: #F4F5FA;
  color: #03045E;
}
.realisations ul.testeur li .sub li:hover {
  background-color: #00C2CB;
  color: #ffffff;
}
.realisations ul.testeur li .sub li::after {
  content: '';
}
.realisations ul.testeur li.active::after {
  transform: rotate(180deg);
}
.realisations ul.testeur li::before {
  display: none;
}
.realisations ul.testeur > li::after {
  content: url(../../../img/arrow.svg);
  position: relative;
  margin-left: 25px;
  display: inline-block;
  animation: 200ms;
}
.realisations h2 {
  font-weight: bold;
  text-align: center;
}
.realisations h2::after {
  margin-left: auto;
  margin-right: auto;
}
.realisations a {
  margin-bottom: 200px;
}
.vagueRea {
  position: relative;
  z-index: 1;
  background: linear-gradient(white,#F4F5FA);
}
.vagueRea::after {
  content: '';
  bottom: 0px;
  left: 0;
  height: 180px;
  width: 99vw;
  background: url('../../../img/wave.png');
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .realisations .blocs .enfants {
    width: 50%;
  }
}
@media (max-width: 1030px) {
  .realisations .blocs .mix {
    width: 500px;
  }
}
@media (max-width: 800px) {
  .realisations .blocs .enfants {
    width: 100%;
  }
  .realisations .blocs .Oui img {
    height: 432px;
  }
}
@media (max-width: 500px) {
  .realisations ul.testeur {
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
    text-align: center;
    margin: 0;
  }
  .realisations ul.testeur li {
    margin-top: 20px;
  }
  .realisations ul.testeur li .sub li {
    margin-top: 0;
  }
}
