/**handles:timelineCSS,twentig-blocks**/
.timeline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.timeline *,
.timeline :after,
.timeline :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.timeline:not(.timeline--horizontal):before {
  background-color: #ddd;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}
.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.timeline__item {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.625rem 2.5rem 0.625rem 0;
  position: relative;
  width: 50%;
  z-index: 2;
}
.timeline__item:after {
  background-color: #fff;
  border: 4px solid #ddd;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 20px;
  z-index: 1;
}
.timeline__item.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
.timeline__item.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.timeline__item--left {
  left: 0;
}
.timeline__item--right {
  /* left: 50%; */
  padding: 0.625rem 0 0.625rem 2.5rem;
}
.timeline__item--right:after {
  left: -11px;
}
.timeline__item--right .timeline__content:before {
  border-bottom: 11px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 11px solid transparent;
  left: -12px;
}
.timeline__item--right .timeline__content:after {
  border-bottom: 10px solid transparent;
  border-right: 12px solid #fff;
  border-left: none;
  border-top: 10px solid transparent;
  left: -10px;
}
.timeline__content {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #333;
  display: block;
  padding: 1.25rem;
  position: relative;
}
.timeline__content:after,
.timeline__content:before {
  content: "";
  height: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 0;
}
.timeline__content:before {
  border-bottom: 11px solid transparent;
  border-left: 12px solid #ccc;
  border-top: 11px solid transparent;
  right: -12px;
  z-index: 1;
}
.timeline__content:after {
  border-bottom: 9px solid transparent;
  border-left: 11px solid #fff;
  border-top: 9px solid transparent;
  right: -11px;
  z-index: 2;
}
.timeline__content label {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
}
.timeline__content p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 10px;
}
.timeline--horizontal {
  font-size: 0;
  padding: 0 3.125rem;
  overflow: hidden;
  white-space: nowrap;
}
.timeline--horizontal .timeline-divider {
  background-color: #ddd;
  display: block;
  height: 4px;
  left: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  z-index: 1;
}
.timeline--horizontal .timeline__items {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  will-change: transform;
}
.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  padding: 0 0 2.5rem;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  vertical-align: top;
  white-space: normal;
}
.timeline--horizontal .timeline__item:after {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__item__inner {
  display: flex !important;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: flex;
  align-items: end;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
.timeline--horizontal .timeline__item .timeline__content:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ccc;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item .timeline__content:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}
.timeline--horizontal .timeline__item--bottom {
  padding: 2.5rem 0 0;
}
.timeline--horizontal .timeline__item--bottom:after {
  top: 0;
}
.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top;
}
.timeline--horizontal .timeline__item--bottom .timeline__content:before {
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}
.timeline--horizontal .timeline__item--bottom .timeline__content:after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}
.timeline-nav-button {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 10;
}
.timeline-nav-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.timeline-nav-button:before {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 8px;
}
.timeline-nav-button--prev {
  left: 0;
}
.timeline-nav-button--prev:before {
  background-image: url(http://vente-achat-or.org/wp-content/plugins/timeline-block-block/assets/images/arrow-left.svg);
}
.timeline-nav-button--next {
  right: 0;
}
.timeline-nav-button--next:before {
  background-image: url(http://vente-achat-or.org/wp-content/plugins/timeline-block-block/assets/images/arrow-right.svg);
}
.timeline--mobile {
  padding: 0;
}
.timeline--mobile:before {
  left: 10px !important;
  margin: 0 !important;
}
.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%;
}
.timeline--mobile .timeline__item:after {
  left: 2px;
  margin: 0;
}
.timeline--mobile .timeline__item .timeline__content:before {
  left: -12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 12px solid transparent;
}
.timeline--mobile .timeline__item .timeline__content:after {
  left: -10px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: none;
  border-top: 10px solid transparent;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}
@keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}

:root{--tw-block-rounded:16px;--tw-block-rounded-sm:0.5rem;--tw-block-border-color:color-mix(in srgb,currentColor 20%,transparent);--tw-block-shadow:0 8px 18px 0 rgba(0,0,0,.12);--tw-block-shadow-lg:0 16px 26px 0 rgba(0,0,0,.14);--tw-block-hard-shadow:0 0 0 2px #000,6px 6px 0 2px #000}.wp-block-group.tw-group-overlap-bottom{padding-bottom:.01em!important}.wp-block-group.tw-group-overlap-bottom>:last-child{margin-bottom:-60px;position:relative;z-index:3}.wp-block-group.tw-group-overlap-bottom+.wp-block-group>:first-child{margin-top:60px}.wp-block-group.tw-group-overlap-bottom+:not(.wp-block-group){margin-top:120px}.tw-layout-inline p,.tw-layout-inline>*{display:inline!important}.tw-overflow-hidden,.wp-block-group[style*=radius]:has(img){overflow:hidden}.tw-shadow{box-shadow:var(--tw-block-shadow)}.tw-shadow.alignfull{box-shadow:0 12px 12px 0 rgba(0,0,0,.09);z-index:1}.tw-hard-shadow{box-shadow:var(--tw-block-hard-shadow)}.tw-border{border:1px solid var(--tw-block-border-color)}.tw-border.alignfull{border-inline:0;border-bottom:0}:where(.tw-hover-border){border:1px solid transparent;transition:border-color .2s}.tw-hover-border:is(:hover,:focus-within){border-color:currentcolor!important}.tw-img-ratio-20-9{--tw-img-ratio:20/9}.tw-img-ratio-3-2{--tw-img-ratio:3/2}.tw-img-ratio-16-9{--tw-img-ratio:16/9}.tw-img-ratio-4-3{--tw-img-ratio:4/3}.tw-img-ratio-1-1{--tw-img-ratio:1/1}.tw-img-ratio-3-4{--tw-img-ratio:3/4}.tw-img-ratio-2-3{--tw-img-ratio:2/3}.tw-img-ratio-9-16{--tw-img-ratio:9/16}.tw-img-rounded img{border-radius:var(--tw-block-rounded)}.tw-img-bw img{filter:grayscale(100%)}.tw-img-sepia img{filter:sepia(50%)}.is-style-tw-frame figure,.wp-block-post-featured-image.is-style-tw-frame img,figure:where(.wp-block-image,.wp-block-embed,.wp-block-video).is-style-tw-frame{display:block;background-color:#fff;padding:12px;box-shadow:var(--tw-block-shadow);box-sizing:border-box}.is-style-tw-frame:is(.wp-block-image,.wp-block-embed,.wp-block-video) figcaption{text-align:center;margin:0 auto;padding:20px 0 10px;color:#555}figure iframe{max-width:100%}.has-text-color :where(.wp-block-image,.wp-block-embed) figcaption{color:currentcolor}.tw-link-hover-underline.tw-link-hover-underline a,a.tw-link-hover-underline{text-decoration-line:none}.tw-link-hover-underline a:is(:hover,:focus),a.tw-link-hover-underline:is(:hover,:focus){text-decoration:underline;text-decoration-thickness:1px}.tw-link-no-underline a,a.tw-link-no-underline{text-decoration:none!important}.tw-link-hover-fade a:hover,a.tw-link-hover-fade:hover{opacity:.7}.tw-text-shadow{text-shadow:.09375em 0 .1875em rgba(0,0,0,.25)}.tw-text-gradient.has-background{-webkit-background-clip:text!important;-webkit-text-fill-color:transparent;padding:0}.tw-text-gradient a{display:inline}.tw-highlight-padding mark{box-decoration-break:clone;-webkit-box-decoration-break:clone;padding:0 .2em}.tw-heading-border-bottom,.tw-heading-dash-bottom{position:relative}.tw-heading-border-bottom::after,.tw-heading-dash-bottom::after{content:"";display:block;height:1px;background-color:currentcolor;opacity:.15;margin:20px 0 0}.tw-heading-dash-bottom::after{width:40px;height:2px;opacity:1}.tw-heading-dash-bottom.has-text-align-left::after{margin:20px auto 0 0}.tw-heading-dash-bottom.has-text-align-center::after{margin:20px auto 0}.tw-heading-dash-bottom.has-text-align-right::after{margin:20px 0 0 auto}body .tw-ml-0.tw-ml-0{margin-left:0!important}body .tw-mr-0.tw-mr-0{margin-right:0!important}body .tw-ml-auto{margin-left:auto!important}body .tw-mr-auto{margin-right:auto!important}.tw-backdrop-blur{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.tw-rounded{border-radius:var(--tw-block-rounded);overflow:hidden}.tw-height-100{height:100%!important}.tw-width-100{width:100%!important}.tw-justify-center{justify-content:center}.tw-align-baseline{align-items:baseline!important}.tw-flex-grow{flex-grow:1}.tw-flex-1{flex:1 1 0%}.tw-whitespace-nowrap{white-space:nowrap!important}.tw-text-pretty{text-wrap:pretty}.tw-text-balance{text-wrap:balance}.tw-empty-hidden:empty{display:none!important}.tw-z-index-high{position:relative;z-index:101000}.tw-stretched-link:where(.wp-block-group,.wp-block-column,.wp-block-media-text,.wp-block-post-navigation-link),.wp-block-columns.tw-stretched-link>.wp-block-column,.wp-block-latest-posts.tw-stretched-link>li{position:relative}.tw-stretched-link:where(.wp-block-group,.wp-block-column,.wp-block-media-text,.wp-block-cover,.wp-block-post-navigation-link) :where(a,button)::after,.wp-block-columns.tw-stretched-link>.wp-block-column a:first-of-type::after,.wp-block-latest-posts.tw-stretched-link>li>a::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:auto;background-color:transparent}.tw-no-bullet:is(ul,ol){list-style:none;padding-inline-start:0}.wp-block-button__link.has-white-background-color{color:#000}.tw-form-rounded input:not([type=checkbox]):not([type=range]):not([type=submit]),.tw-form-rounded textarea{border-radius:var(--tw-block-rounded-sm)}@media (max-width:1023px){.tw-md-text-left{text-align:left!important}.tw-md-text-center{text-align:center!important}.tw-md-text-right{text-align:right!important}.tw-md-justify-start{justify-content:flex-start!important}.tw-md-justify-center{justify-content:center!important}.tw-md-justify-end{justify-content:flex-end!important}.tw-md-order-first{order:-1}.tw-md-order-last{order:99}.tw-md-width-100{width:100%!important}}.tw-block-animation{opacity:0;animation-fill-mode:forwards;animation-duration:.8s;animation-timing-function:cubic-bezier(0.25,0.46,0.45,0.94);animation-delay:var(--tw-animation-delay,0)}.tw-block-animation.tw-duration-1{animation-duration:.4s}.tw-block-animation.tw-duration-2{animation-duration:.6s}.tw-block-animation.tw-duration-4{animation-duration:1s}.tw-block-animation.tw-duration-5{animation-duration:1.2s}.tw-animation-fade-in.animated{animation-name:fadeIn}.tw-animation-fade-in-up.animated{animation-name:fadeInUp}.tw-animation-scale-in.animated{animation-name:zoomIn}.tw-animation-wipe-right.animated{animation-name:wipeRight;animation-timing-function:ease}.tw-animation-wipe-left.animated{animation-name:wipeLeft;animation-timing-function:ease}.tw-animation-wipe-top.animated{animation-name:wipeTop;animation-timing-function:ease}.tw-animation-wipe-bottom.animated{animation-name:wipeBottom;animation-timing-function:ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes zoomIn{from{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes wipeRight{from{opacity:1;clip-path:polygon(0% 0%,100% 0%,100% 100%,100% 100%,100% 0%)}to{opacity:1;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%,0% 0%)}}@keyframes wipeLeft{from{opacity:1;clip-path:polygon(100% 0%,0% 0%,0% 100%,0% 100%,0% 0%)}to{opacity:1;clip-path:polygon(100% 0%,0% 0%,0% 100%,100% 100%,100% 0%)}}@keyframes wipeTop{from{opacity:1;clip-path:polygon(0 100%,0% 0%,100% 0%,100% 0%,0% 0%)}to{opacity:1;clip-path:polygon(0 100%,0% 0%,100% 0%,100% 100%,0% 100%)}}@keyframes wipeBottom{from{opacity:1;clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 100%,0% 100%)}to{opacity:1;clip-path:polygon(0% 0%,0% 100%,100% 100%,100% 0%,0% 0%)}}@media (prefers-reduced-motion:reduce){.tw-block-animation{opacity:1;transform:none;clip-path:none;animation:none!important}}.wp-lightbox-overlay .tw-block-animation{opacity:1;transform:none;clip-path:none;animation:none}@media (max-width:767px){.tw-sm-text-left{text-align:left!important}.tw-sm-text-center{text-align:center!important}.tw-sm-text-right{text-align:right!important}.tw-sm-justify-start{justify-content:flex-start!important}.tw-sm-justify-center{justify-content:center!important}.tw-sm-justify-end{justify-content:flex-end!important}.tw-sm-order-first{order:-1}.tw-sm-order-last{order:99}.tw-sm-width-100{width:100%!important}}