@charset "utf-8";
/* CSS Document */

/* BOUTON CLIENT */

#croisieres-egypte {
	background: url('/img/home/croisieres-egypte.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	text-transform: uppercase;
	font-size: 5rem;
	color: #FFF;
	font-weight: bold;
	line-height: 64px;
    padding: 40px 50px;
}

.logo2 {
	max-width: 280px;
}

.home-intro {
	max-width: 880px;
	margin: auto;
	line-height: 2.0rem;
}

#top-search-block {
    margin: -68px auto 0px;
    height: 82px;
}


@media (min-width: 576px) {	
	#croisieres-egypte {
		padding: 70px 60px;
	}
}

@media (min-width: 768px) {
	#croisieres-egypte {
		padding: 100px 80px;
	}
}

@media (min-width: 992px) {
}