/* bulletin d'information */.center {  display: block;  margin-left: auto;  margin-right: auto;  width: 50%;}.demo-bg { /* background: #ffac0c;*/  margin-top: 35px;   display: block;  margin-left: 25%;  margin-right: 25%;  width: 100%;}.testimonials {  background: #222;  padding: 40px 14px;  margin-top: -15px;  position: relative;  &:before {    content: '';    width: 23px;    height: 23px;    background: #111;    position: absolute;    top: 5px;    left: -12px;    transform: rotate(-45deg);    z-index: -1;  }  .title-bul  {    font-size: 35px!important;    color: #fff!important;    text-transform: uppercase;    padding-left: 5px;    border-left: 4px solid #ffac0c;  }  #testimonials .item {    margin-right: 10px;    .block {      border: 1px solid #333;      padding: 10px;      p {        color: #888;      }      .info {        color: #ffac0c;      }    }  }  .owl-pagination {    left: 0;    position: absolute;  }  .owl-theme .owl-controls .owl-page {    span {      width: 20px;      height: 6px;      border-radius: 2px;    }    &.active span {      background: #ffac0c;    }  }}/*******************************/#carouselExampleIndicators{  position:relative;  z-index:1;  background:url(../images/bg-bulletin-information.png) center center no-repeat;   background-size:cover; }.carousel_caption h1 {  color: #ffffff;  font-size: 28px!important;  letter-spacing: 1px;  font-weight: 500;  margin: 28 0 5px;  text-transform: uppercase;}.ml-auto, .mx-auto {    margin-left: auto!important;    width: 42%!important;    margin-top: 100px!important;}.carousel_caption h2 {  color: #ffffff;  letter-spacing: 1px;  font-weight: 200;  text-transform: uppercase;}.carousel_caption p {    color: coral;    color: #ffffff;    font-size: 14px;    margin-top: 37px;    margin-bottom: 37px;}.carousel_caption a {  font-size: 13px;  text-transform: uppercase;  font-weight: 400;  letter-spacing: 1px;}.carousel-item {  min-height: 500px;  background-size: cover;  background-position: center center;}.carousel-item a{background:#673AB7; font-size:14px; color:#FFF; padding:13px 32px; display:inline-block; }.carousel-item a:hover{background:#394fa2; text-decoration:none;  }.carousel-item h2{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}.carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}#carouselExampleIndicators h2, #carouselExampleIndicators p, #carouselExampleIndicators a, #carouselExampleIndicators .carousel-item .mask img{-webkit-animation-duration: 1s;    animation-duration: 1.2s;    -webkit-animation-fill-mode: both;    animation-fill-mode: both;}.carousel-item {    position: relative;    display: none;    -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;    width: 100%;    transition: -webkit-transform .6s ease;    transition: transform .6s ease;    transition: transform .6s ease,-webkit-transform .6s ease;    -webkit-backface-visibility: hidden;    backface-visibility: hidden;    -webkit-perspective: 1000px;    perspective: 1000px;}.carousel-control-next, .carousel-control-prev {    height: 40px;    width: 40px;    padding: 12px;    top: 50%;    bottom: auto;    transform: translateY(-50%);    background-color: #673AB7;}.carousel-fade .carousel-item {  opacity: 0;  -webkit-transition-duration: .6s;  transition-duration: .6s;  -webkit-transition-property: opacity;  transition-property: opacity}.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {  opacity: 1}.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {  opacity: 0}.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {  -webkit-transform: translateX(0);  -ms-transform: translateX(0);  transform: translateX(0)}@supports (transform-style:preserve-3d) {  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {  -webkit-transform:translate3d(0, 0, 0);  transform:translate3d(0, 0, 0)  }}.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {    -webkit-transform: translate3d(0,0,0);    transform: translate3d(0,0,0);}@-webkit-keyframes fadeInLeft {  from {    opacity: 0;    -webkit-transform: translate3d(-100%, 0, 0);    transform: translate3d(-100%, 0, 0);  }  to {    opacity: 1;    -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);  }}@keyframes fadeInLeft {  from {    opacity: 0;    -webkit-transform: translate3d(-100%, 0, 0);    transform: translate3d(-100%, 0, 0);  }  to {    opacity: 1;    -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);  }}.fadeInLeft {  -webkit-animation-name: fadeInLeft;  animation-name: fadeInLeft;}@-webkit-keyframes fadeInUp {  from {    opacity: 0;    -webkit-transform: translate3d(0, 100%, 0);    transform: translate3d(0, 100%, 0);  }  to {    opacity: 1;    -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);  }}@keyframes fadeInUp {  from {    opacity: 0;    -webkit-transform: translate3d(0, 100%, 0);    transform: translate3d(0, 100%, 0);  }  to {    opacity: 1;    -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);  }}.fadeInUp {  -webkit-animation-name: fadeInUp;  animation-name: fadeInUp;}@-webkit-keyframes slideInRight {  from {    -webkit-transform: translate3d(100%, 0, 0);    transform: translate3d(100%, 0, 0);    visibility: visible;  }  to {    -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);  }}@keyframes slideInRight {  from {    -webkit-transform: translate3d(100%, 0, 0);    transform: translate3d(100%, 0, 0);    visibility: visible;  }  to {    -webkit-transform: translate3d(0, 0, 0);    transform: translate3d(0, 0, 0);  }}.slideInRight {  -webkit-animation-name: slideInRight;  animation-name: slideInRight;}/********************************//* video*/#uiSlider video {  width: 100%;  height: 500px;  object-fit: cover;}.content-only {  height: 500px;  padding: 40px 0;  text-align: center;  color: #fff;  background: #000;}.next, .prev {  color: #444;  position: absolute;  top: 100px;  padding: 1em 2em;  cursor: pointer;  background: #CCC;  border-radius: 5px;  border-top: 1px solid #FFF;  box-shadow: 0 5px 0 #999;  transition: box-shadow 0.1s, top 0.1s;}.next:hover, .prev:hover { color: #000; }.next:active, .prev:active {  top: 104px;  box-shadow: 0 1px 0 #999;}.next { right: 5em; }.prev { left: 5em; }/* video thumbnail css */.video-carousel-item .play {        height: 72px;        width: 72px;        left: 50%;        top: 50%;        margin-left: -25px;        margin-top: -25px;        position: absolute;        background: url("../../../i.imgur.com/TxzC70f.png") no-repeat;  background-size: 80%;        cursor: pointer;    }.video-carousel-item div {  margin-top: -18px;}  .video-carousel-item img {  position: relative;  height: 50%;  width: 100%;  margin-top: 0px;}