#hero-image-area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

#headline{
	width: 100%;
	max-width: 450px;
	margin-left:200px;
	position: relative;
}

#slogan{
	position: relative;
}

#cta{
	margin-top: 30px;
	text-align: left;
}

/* BOUTONS */


button {
  border: none;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.95) !important;
  cursor: pointer;
}

.pseudo-text {
  color: #fff;
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  display: inline;
  font-size: 18px;
  letter-spacing: 1px;
  transition: 0.25s ease-in;
  transition-delay: 0.1s;
  font-weight:500;
}

.button-link {
  padding: 10px 15px;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
  text-transform: none;
  font-weight: 700;
  position: relative;
  will-change: transform;
  /*background: rgba(5,117,117,1) !important;*/
	background: rgba(0,177,255,1) !important;
}

.button-mat {
  color: #5533ff;
  border: 0px transparent;
  border-radius: 0.3rem;
  transition: 0.3s ease-in-out;
  transition-delay: 0.35s;
  overflow: hidden;
}
.button-mat:before {
  content: "";
  display: block;
  /*background: rgba(215,255,253,1);*/
	background: rgba(5,147,198,1);
  position: absolute;
  width: 200%;
  height: 500%;
  border-radius: 100%;
  transition: 0.36s cubic-bezier(0.4, 0, 1, 1);
}
.button-mat:hover .pseudo-text {
  color: #fff;
}
.button-mat:hover {
  color: transparent;
}

.btn--5 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn--5:before {
  transform: translate(-120%, -50%) translateZ(0);
}
.btn--5:hover:before {
  transform: translate(-45%, -34%) translateZ(0);
}

#book-button{
	background: #00B1FF;
	padding: 10px 10px;
	color:#fff;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 5px;
}

#social-medias{
	text-align: center;
	position: absolute;
	width:200px;
	right:0;
}

#social-medias p{
    font-weight: 500;
    font-size: 18px;
}

#social-medias-list li{
	margin:50px auto;
	list-style: none;
}

#social-medias-list img{
	width:50px;
	height: 50px;
	opacity: 0.6;
	transition: opacity 1s ease 0s;
}

#social-medias-list img:hover{
	opacity: 1;
}

#introduction{
	background: #091F38;
}

#intro-text{
	float:left;
	width: 50%;
}

#intro-text p{
	font-size:25px;
	margin:30px 0;
	line-height: 35px;
}

#intro-image{
	float:left;
	width: 50%;
}

#intro-image img {
    border-radius: 20px;
    border: solid 5px #fff;
    margin: 75px;
}

#events{
	background-image:url("../images/waves-bg.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
}

#events img{
    border-radius: 20px;
    border: solid 5px #fff;
	margin-top: 30px;
}

#events h2{
	font-family: "Maven Pro", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	font-size:40px;
	color:#fff;
}

#events h3 a{
	font-family: "Maven Pro", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	font-size:30px;
	color:#00B1FF;
	text-decoration: none;
}

#last-event-elem{
	float: left;
	width: calc(50% - 50px);
	list-style: none;
	margin-right:50px;
	text-align: right;
}

#next-event-elem{
	float: left;
	width: calc(50% - 50px);
	list-style: none;
	margin-left:50px;
	text-align: left;
}

#all-events-link {
    clear: both;
    margin-top: 50px;
    display: block;
    padding-top: 50px;
    position: relative;
}

#testimony-elem .author{
	display:inline;
	color: #00FFFF;
	font-weight: 500;
}

#testimony-elem{
	width: 100%;
	max-width: 460px;
	background: #073C60;
	padding: 20px;
}

#testimony-elem p{
	display:inline;
	font-style: italic;
}

#testimony-elem a{
	color:#75CDFF;
}

.owl-nav{
	display: none;
}

.owl-dots{
	margin:0 auto;
	text-align: center;
	margin-top:30px;
}

.owl-dots .active{
	background: #00B1FF !important;
}

.owl-dot{
	background: #384f67 !important;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin:10px;
}

#testimony{
	display: none;
}

#all-testimonies-link {
    text-align: center;
    display: block;
    margin-top: 50px;
}

#home-video{
	background: #005F93;
}

#video-content{
	width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

#video-content h1 {
    text-align: center;
}

@media screen and (max-width: 1600px){
	
	#intro-text p {
    font-size: 16px;
    margin: 25px 0;
    line-height: 25px;
}
	#intro-text h1 {
    padding: 0 !important;
}

}

@media screen and (max-width: 1080px){

	#events h2{
	font-size:30px;
	color:#fff;
}

#events h3 a{
	font-size:24px;
}
}
	
@media screen and (max-width: 960px){
		
	#intro-image img {
    border-radius: 20px;
    border: solid 5px #fff;
    margin: 0;
}
	
	#testimony-elem {
    width: 100%;
    max-width: none;
}
	
	#intro-text{
		float:none;
		width: 100%;
}


	#intro-image{
		float:none;
		width: 100%;
}
	
	#last-event-elem{
		float: none;
		width: 100%;
		margin-right:0;
		text-align: center;
}

	#next-event-elem{
		padding-top: 50px;
		float: none;
		width: 100%;
		margin-left:0;
		text-align: center;
	}
	
	
	}
	

@media screen and (max-width: 640px) {

    #hero-image-area {
		height: auto !important;
		position: relative;
}
	
	#headline {
    	margin: 0 auto !important;
		width: 80%;	
		top:0 !important;
		padding: 170px 0 30px 0;
}
	#social-medias {
		text-align: center;
		position: relative;
		width: 100%;
		right: auto;
		top:0 !important;
		margin-top: 30px;
}
	
	#social-medias-list li {
		margin: 0 auto;
		display: inline-block;
		margin: 0 15px;
}
	
	#social-medias-list img {
    width: 30px;
}
	
}
}