.glide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: -15px !important;
}
.glide__wrapper {
  width: 100%;
  height: 100%;
  list-style: none;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.glide__wrapper.dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.glide__slide {
  -webkit-perspective: 1000;
          perspective: 1000;
  width: 100%;
  height: 100%;
}
.glide__arrows {
  position: absolute;
  bottom: 20%;
  margin-top : -45px;
  width: 100%;
}
.glide__arrow {
  position: absolute;
  top: 0;
  z-index: 2;
  /*padding: 18px;
  background: gray;*/
  cursor: pointer;
  width : 50px;
  height : 90px;
  background-size: contain;
}
.glide__arrow.prev {
  left: 20px;
  background-image: url('../ui/fl_gauche_vert.svg');
}

.glide__arrow.prev:hover {
  left: 20px;
  background-image: url('../ui/fl_gauche_noir.svg');
}

.glide__arrow.next {
  right: 20px;
  background-image: url('../ui/fl_droite_vert.svg');
}

.glide__arrow.next:hover {
  right: 20px;
  background-image: url('../ui/fl_droite_noir.svg');
}

.glide__bullets {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  list-style: none;
}
.glide__bullets li {
  display: inline-block;
  background-color: gray;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
  background: #e9e9e9;
  border-radius: 5px;
}
.glide__bullets li.active {
  background-color: rgb(0,255,0);
}
.glide__bullets li:hover {
  background-color: rgb(0,255,0);
}
.glide--slider .glide__slide {
  float: left;
  clear: none;
}
.glide--slider .glide__arrow {
  -webkit-transition: visibility 0 ease 150ms,
						opacity 150ms ease;
          transition: visibility 0 ease 150ms,
						opacity 150ms ease;
}
.glide--slider .glide__arrow.prev {
  opacity: 0;
  visibility: hidden;
}
.glide--carousel .glide__slide {
  float: left;
  clear: none;
}
.glide--slideshow .glide__slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.glide--slideshow .glide__slide.active {
  z-index: 1;
}

/* MODIFICATIONS */

.glide_box
{
	width: 100%;
	height: 90%;
	min-height: 90%;
	margin-left: -40px;
}

.glide_visuel
{
	width: 80%;
	height: 100%;
	min-height: 100%;
	line-height: 100vh;
	margin: 0 auto;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.glide_legende
{
	display: inline-block;
	vertical-align: top;
	top : 0px;
	max-width: 60%;
	font-size: .85em;
	line-height: 1.6em;
	padding : 7px 10px 10px 10px;
	background-color: black;
	color : white;
}



.accroche_texte
{
	text-align: center;
}

.glide
{
	position: fixed;
	top : 0px;
	margin-top: 40px;
}


.bloc_texte
{
	display: inline-block;
	vertical-align: middle;
	line-height: normal !important;
}