.container-carousel{
		 width:95%;
		 margin-right:auto;
		 margin-left:auto;
		 text-align: center;
		 font-family:"Merienda";
		 }
.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width:69%;
	margin-top: 30px;
	margin-right:3%;
  	margin-left:auto;
	max-width: 100%;
	max-height: 95%;
  	overflow: hidden;
	height: 560px;
	/*background-image: url("../images/logo/Background.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;*/
}

@media (max-width: 900px){
	.carousel-inner{padding-top: 70px;}
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  min-height: 90%;
  margin-right: -100%;
 /* -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;*/
	transition: transform 4s ease-in-out;
	transform-style: preserve-3d;
	transform-origin:  left 1px;
}
.carousel-inner>.carousel-item>a>img,.carousel-inner>.carousel-item>img{
	line-height:1;
	width: auto;
	height: 600px;
    margin: auto;
		 }
.CH >.carousel-item>a>img,.CH>.carousel-item>img{ height: 450px; }

.RECH >.carousel-item>a>img,.RECH>.carousel-item>img{  height: 380px; }

@media (max-width: 750px){
	.carousel-inner>.carousel-item>a>img,.carousel-inner>.item>img{height: 400px;}
	.RECH>.carousel-item>a>img,.RECH>.carousel-item>img{height: 300px;}
	/*.carousel-innerCH>.item>a>img,.carousel-innerCH>.item>img{height: 300px;}*/
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left)
{
	z-index: 0;
}
.active.carousel-item-left 
{
	background-color: #f6f9fa;
	/*background-image: url("../images/logo/Background.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;*/
	transform: rotateY(180deg);
	transition: transform 4s ease-in-out;
	/*transform-origin: bottom left 1px;*/
	z-index: 1;
	
}


.carousel-item-prev.carousel-item-right
{	
	background-color: #f6f9fa;
	/*background-image: url("../images/logo/Background.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;*/
	/*transform: rotateY(-180deg);
	transition: transform 10ms ease;
	transform-origin: bottom left 1px ;*/
	animation-duration: 4s;
  animation-name: retourpage;
	z-index: 2;
}

.active.carousel-item-right
{
	z-index: 1;
}

@keyframes retourpage {
	
	0%{opacity: 0;
	visibility: hidden;}
	1%{transform: rotateY(180deg);}
	40%{opacity: 1;
	visibility: visible;}
	100%{transform: rotateY(360deg);}
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 10%;
/*	background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);*/
}

.carousel-control-next {
  right: 0;
	/*background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
 /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}*/
background-image: url("../images/icone/FlecheG.png");
}
.carousel-control-next-icon {
 /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");*/
	background-image: url("../images/icone/FlecheD.png");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
background-color:rgba(0,0,0,.2);
}
@media (max-width: 900px){
	.carousel-indicators{bottom: -125px;}
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

fieldset.LO{
	border:  8px;
	border-style:  solid none none solid;
	border-radius: 40px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
}
