.et_pb_text_inner h1 {
	color: white
}
.et_pb_text_4.et_pb_module {
    margin-left: auto!important;
    margin-right: auto!important;
}
@media only screen and (min-width: 981px) {
	.et_pb_text_4 {
    	max-width: 33%;
	}
	.et_pb_column_2_3, 
	.et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
    	width: 64.833%;
	}
	
}
.centrer-verticalement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}

.et_pb_text_5 {
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    font-size: 17px;
    background-color: rgba(214,214,214,0.71);
    position: relative;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding-top: 20px!important;
    padding-right: 15px!important;
    padding-bottom: 20px!important;
    padding-left: 15px!important;
}
div#carousel {
  perspective: 1200px;
  padding-top: 5%;
  font-size: 0;
  margin-bottom: 13rem;
}

figure#spinner {
  transform-style: preserve-3d;
  height: 300px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50% -400px;
  transition: 1s;
}

figure#spinner figure {
  width: 20%;
  max-width: 500px;
  position: absolute;
  left: 40%;
  transform-origin: 50% 50% -400px;
  outline: 1px solid transparent;
  overflow: hidden;
  transition: 1s;
}

figure#spinner figure.focus {
  width: 40%;
  left: 37%;
  margin-top: -3rem;
}

figure#spinner figure img {
  width: 100%;
}

figcaption {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 0.3rem;
  z-index: 2;
  font-size: 1.1rem;
  background: rgba(0, 0, 0, 0);
  transition: 0.6s;
}

figure#spinner figure.current:hover figcaption,
figure#spinner figure.current.caption figcaption {
  top: 90%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
}

div#carousel ~ span {
  color: #000;
  margin: 5%;
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  transition: 0.6s color;
  position: relative;
  margin-top: -20rem;
  border-bottom: none;
  line-height: 0;
}

div#carousel ~ span:hover {
  color: #888;
  cursor: pointer;
}