<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/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/ompr.com/wp-content/themes/idcomweb-main/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/ompr.com/wp-content/themes/idcomweb-main/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/ompr.com/wp-content/themes/idcomweb-main/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/ompr.com/:/tmp/) in <b>/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/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/ompr.com/:/tmp/) in <b>/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/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/ompr.com/:/tmp/) in <b>/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/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/ompr.com/:/tmp/) in <b>/www/wwwroot/ompr.com/wp-content/themes/idcomweb-main/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;
}
.histoire {
  padding: 3rem 0 6.5rem;
}
.histoire .h--timeline-container *,
.histoire .h--timeline-events * {
  outline: 0;
}
.histoire .h--timeline-container,
.histoire .h--timeline-events {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.histoire .h--timeline-navigation-container ul,
.histoire .h--timeline-navigation-container li,
.histoire .h--timeline-events ol,
.histoire .h--timeline-events li,
.histoire .h--timeline-line ol,
.histoire .h--timeline-line li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.histoire .h--timeline {
  opacity: 0;
  transition: opacity 0.2s;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
.histoire .h--timeline--loaded {
  opacity: 1;
}
.histoire .h--timeline-container {
  height: 100px;
}
.histoire .h--timeline-dates {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.histoire .h--timeline-dates::after,
.histoire .h--timeline-dates::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 50px;
}
.histoire .h--timeline-dates::before {
  left: 0;
  background: linear-gradient(to right,#ffffff,rgba(255,255,255,0));
}
.histoire .h--timeline-dates::after {
  right: 0;
  background: linear-gradient(to left,#ffffff,rgba(255,255,255,0));
}
.histoire .h--timeline-line {
  position: absolute;
  z-index: 1;
  left: -20px;
  top: 49px;
  height: 2px;
  background-color: #4B4B4D;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.histoire .h--timeline-filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #C71927;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.histoire .h--timeline-date {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 1.5rem;
  color: #4B4B4D;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}
.histoire .h--timeline-date:hover {
  font-weight: 600;
}
.histoire .h--timeline-date::after,
.histoire .h--timeline-date::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  height: 23px;
  width: 23px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #C71927;
  background-color: #f7f7f7;
  transition: background-color 0.3s, border-color 0.3s, top 0.3s;
}
.histoire .h--timeline-date::before {
  bottom: -1px;
  height: 9px;
  width: 9px;
  border-width: 0px;
  border-color: transparent;
  background-color: transparent;
  z-index: 2;
}
.histoire .h--timeline-date:hover::before,
.histoire .h--timeline-date:hover::after {
  transition: background-color 0.3s, border-color .3s, top .3s;
}
.histoire .h--timeline-date:hover::after {
  background-color: #f7f7f7;
  border-color: #C71927;
}
.histoire .h--timeline-date--selected {
  pointer-events: none;
}
.histoire .h--timeline-date--selected::after {
  background-color: #f7f7f7;
  border-color: #C71927;
}
.histoire .h--timeline-date--selected::before {
  background-color: #C71927;
}
.histoire .h--timeline-date--older-event::after {
  background-color: #C71927;
  border-color: #C71927;
}
.histoire .h--timeline-navigation {
  font-size: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: #f7f7f7;
  transition: border-color 0.3s;
}
.histoire .h--timeline-navigation::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAgCAYAAAAbifjMAAABQUlEQVRIS9XUwWrCQBAG4JnEhiRHBQut+AY+gEq8tLSvUuih9Ek8iL5K0YMEvPkEHjwo2lYQek2IMdOJJ7tuki5LDnoKyHzZnZn8CJo/1KwHKfB299iMKcHh93Rd9IIL4OX2qX5j0QwRLTpG3uDT3+YhF8B747kaY+Iz0OLCVRxE7dHe32Uh0iucI0SwhIPZGew+9jIks4l/EIAFRGZPhuROQUQqCXb72/HP+UnKA7SuoNVEsfgYRp7SGF/vH2qmacwB0CjagbSZmat8AINGX5ON8ioXFYj/l/M1qpyinBMEQdBMG+w4jnoeEFE9DMMZAxY/e67rquUBF1UZ8Bk45YFt223OBrU8EJAlIx1G1PJAQBaM9GRI7hQkSJeR/+eBFqB1Ba0mSoo9pTEyUOM94DwAo2gHMvMgXWWGiLfwCvLgF1jY2yHNUya7AAAAAElFTkSuQmCC) no-repeat 0 0;
}
.histoire .h--timeline-navigation:hover {
  border-color: #C71927;
}
.histoire .h--timeline-navigation--prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.histoire .h--timeline-navigation--next {
  right: 0;
}
.histoire .h--timeline-navigation--inactive {
  cursor: not-allowed;
}
.histoire .h--timeline-navigation--inactive::after {
  background-position: 0 -16px;
}
.histoire .h--timeline-navigation--inactive:hover {
  border-color: #f7f7f7;
}
.histoire .h--timeline-events {
  overflow: hidden;
  transition: height .4s;
}
.histoire .h--timeline-event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 1px 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.histoire .h--timeline-event-content {
  max-width: 50%;
  margin: 0 auto 0;
  text-align: center;
}
.histoire .h--timeline-event--selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.histoire .h--timeline-event--enter-right,
.histoire .h--timeline-event--leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.histoire .h--timeline-event--enter-left,
.histoire .h--timeline-event--leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.histoire .h--timeline-event--leave-right,
.histoire .h--timeline-event--leave-left {
  animation-direction: reverse;
}
.histoire .h--timeline-event-title {
  color: #C71927;
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid red;
  padding-bottom: 1rem;
}
@-webkit-keyframes cd-enter-right {
  .histoire 0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .histoire 100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  .histoire 0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .histoire 100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  .histoire 0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .histoire 100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  .histoire 0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .histoire 100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.histoire .h--timeline-date--selected::after {
  background-color: #f7f7f7;
  border-color: #C71927;
}
.histoire .h--timeline-date--older-event::after {
  background-color: #C71927;
  border-color: #C71927;
}
.histoire .h--timeline-line li .h--timeline-date--selected::after,
.histoire .h--timeline-line li .h--timeline-date:hover::after {
  width: 25px;
  height: 25px;
  bottom: -9px;
  background-color: #f7f7f7;
  border-color: #C71927;
}
.histoire .h--timeline-line li:nth-child(odd) .h--timeline-date:hover::before,
.histoire .h--timeline-line li:nth-child(odd) .h--timeline-date--selected::before {
  bottom: -1px;
}
@media (max-width: 1199.98px) {
  .histoire .grand-titre {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .histoire .grand-titre {
    text-align: center;
  }
  .histoire .h--timeline-dates::after,
  .histoire .h--timeline-dates::before {
    width: 10px;
  }
  .histoire .h--timeline-event-content {
    max-width: 80%;
    margin: 0 auto 0;
    text-align: center;
  }
}
