*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.title h1 {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'MyriadPro-Cond';
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 44px;
    font-weight: lighter;
}
.title .formatting{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.space {
    font-size: 70px;
    color: #fff !important;
}

.buttons {
    display: flex;
    justify-content: center;
	margin-top: 70px;
}

.button{
	    display: flex;
    flex-direction: column;
    align-items: center;
		width:33.3333%
}

.button h3{
	   color: #fff;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'MyriadPro-Cond';
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 44px;
    font-weight: lighter;
	position:relative
}

.button h3::after {
   
    font-size: 70px;
    color: #fff;
    position: absolute;
    right: 0px;
    top: -20px;
}
.button:nth-child(2) h3::after {
   
    font-size: 70px;
    color: #fff;
    position: absolute;
    right: -20px;
    top: -20px;
}


		.button:last-child h3::after{
					display:none}


.button a {

  text-decoration: none;
  color: white;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 370px;
    height: 60px;
    background-color: #EC008C;
    border-radius: 4px;
    margin: 0 15px;
	font-size: 24px;
	font-family: myriad-pro-condensed, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.button a:hover {
  background-color: grey;
  color: #fff;
}

.button .image{margin-right: 15px;}
	

.img-res{
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}


	
.catalogueSlider .slides li .overlay{display:none}
.activitesPosition{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 600px) {

	.title .formatting {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
	}

	.title h1 {font-size: 18px}
	.space {font-size: 16px;}
	.buttons {
		display: flex;
		justify-content: center;
		margin-top: 10px;
		flex-direction: column;
		align-items: center;
	}	
.button a {
    width: 201px;
    height: 35px;
    background-color: #EC008C;
    border-radius: 4px;
    margin: 5px 15px;
    font-size: 16px;
}
.button .image{width:30px}
.button {width: 100%;}	
.button h3 {margin-bottom: 0px;font-size: 18px;}
.button: h3::after{display:none}


}

@media (min-width: 770px) and (max-width: 1200px) {



}



@media (min-width: 1180px) and (max-width: 1400px) {

.title h1 {font-size: 32px;}
.buttons {margin-top: 0px;}
.space {font-size: 39px;}
.button a {width: 295px;font-size:22px}
.button .image {width: 45px;}

}









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
