/*!
Theme Name: Divi Child
Template: Divi
*/



/*** GENERAL **********************************************************************************/
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:700');


/*** MAIN ****************************************/
.main {
	margin: 0;
	padding: 0 2%;
}
@media screen and (min-width: 980px) {
	.main {
		margin: 0 auto;
		padding: 0;
		max-width: 90%;
	}
}
@media screen and (min-width: 1200px) {
	.main { max-width: 1000px; }
}



/*** COULEURS ************************************/
.yellow { color: #FFB42F; }




/*** TOPMENU **********************************************************************************/
#top-header { }


/*** HEADER ***********************************************************************************/
#main-header .main { position: relative; }

/*** RESET ***/
#main-header .container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}



/*** HOME BAN *********************************************************************************/
.home_ban {
	padding-top: 60px;

	background: url(media/img/bg/home-ban.jpg) no-repeat center bottom;
	background-size: cover;
}

/*** PUNCH ************************************/
.home_ban_punch {
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
}
.home_ban_punch_titre {
	margin-bottom: 30px;

	font-size: 35px;
	line-height: 40px;
	text-transform: uppercase;
}
@media screen and (min-width: 980px) {
	.home_ban_punch {
		font-size: 20px;
		line-height: 32px;
	}
	.home_ban_punch_titre {
		font-size: 55px;
		line-height: 59px;
	}
}


/*** SEARCH **************************************/
.home_search {
	margin-top: 40px;
    padding: 30px 0;
    background: linear-gradient(to top, rgba(0,115,173,1) 0%, rgba(0,119,178,0.48) 100%);
}
@media screen and (min-width: 980px) {
	.home_search { margin-top: 150px; }
}

.home_search form { width: 100%; }

/*** WRAP ***/
.home_search_wrap {
    display: flex;
    flex-direction: column;

}
@media screen and (min-width: 980px) {
	.home_search_wrap {
	    flex-direction: row;
	    justify-content: flex-start;
    	margin-top: 20px;
	}
	.home_search_wrap:first-child {
		justify-content: space-between;
		margin-top: 0;
	}
}


/*** TITRE ***/
.home_search_titre {
    padding-left: 45px;
    width: 350px;

    color: #FFFFFF;
    background: url(media/img/picto/ticket.png) no-repeat left 8px;
}
.home_search_titre_punch {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 29px;
	line-height: 36px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.home_search_titre_ss {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}


/*** LABEL ***/
.home_search label {
	margin-left: 5px;
	color: white;
	font-size: 16px;
}


/*** INPUT ***/
.home_search input[type="text"],
.home_search input[type="email"],
.home_search input[type="password"],
.home_search input[type="search"],
.home_search select {
    margin: 0;
    padding: 0;
    text-indent: 40px;
    height: 40px;

    color: #031B3D;
    font-size: 15px;

    background-color: white;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 21px;
    border-radius: 3px;

    cursor: pointer;
}

@media screen and (max-width: 979px) {
	.home_search input[type="text"],
	.home_search input[type="email"],
	.home_search input[type="password"],
	.home_search input[type="search"],
	.home_search select { margin: 15px 0 0 0; }
}

@media screen and (min-width: 980px) {
	.home_search select {
		margin-left: 4%;
		width: 22%;
	}
	.home_search select:first-child { margin-left: 0; }
	.home_search input[type="text"] { width: 150px; }
}


/*** PICTO ***/
.home_search_input_date { background-image: url(media/svg/calendar.svg); }
.select_depart { background-image: url(media/svg/anchor.svg); }
.select_arrivee { background-image: url(media/svg/boat.svg); }
.select_adulte { background-image: url(media/svg/user.svg); }
.select_enfant { background-image: url(media/svg/kid.svg); }
.select_bebe { background-image: url(media/svg/feeder.svg); }


/*** RADIO ***/
.home_search_radio {
	display: flex;
	flex-direction: row;
	align-items: center;

	height: 40px;
}
@media screen and (max-width: 979px) {
	.home_search_radio { margin-top: 15px; }
}
.home_search_radio_item {
	display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;

    margin-left: 20px;
}
.home_search_radio_item:first-child { margin-left: 0; }
.home_search_radio input[type="radio"] {
	width: 20px;
	height: 20px;
}


/*** CHECKBOX ***/
.home_search_checkbox {
	display: flex;
	flex-direction: row;
	align-items: center;

	margin: 0 0 0 4%;
	height: 40px;
}
.home_search_checkbox_item {
	display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;

    margin-left: 20px;
}
.home_search_checkbox_item:first-child { margin-left: 0; }
.home_search input[type="checkbox"] {
	width: 20px;
	height: 20px;
}


/*** SUBMIT ***/
.home_search_submit {
	margin: 0;
	padding: 0 50px;

	width: 100%;
	height: 40px;

	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;

	background-color: #FFB42F;
	border: 1px solid #FFB42F;
	border-radius: 3px;
}
@media screen and (max-width: 979px) {
	.home_search_submit { margin-top: 15px; }
}
@media screen and (min-width: 980px) {
	.home_search_submit {
		margin: 0 0 0 4%;
		width: 22%;
		cursor: pointer;
		transition: .3s ease-in-out all;
	}
	.home_search_submit:hover {
		color: #FFB42F;
		background-color: white;
	}
}



/*** HOME INFO ********************************************************************************/
.home_info { padding: 60px 0; }

/*** TITRE ***/
.home_info .h2_like {
	color: #006FAA;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
}

.home_info_wrap {
	display: flex;
	flex-direction: column;

	margin-top: 20px;
}
@media screen and (min-width: 980px) {
	.home_info_wrap {
		flex-direction: row;
		justify-content: space-between;

		margin-top: 40px;
	}
}


/*** TARIF ************************************************/
.home_info_tarif { background: #E9F1F5; }
@media screen and (min-width: 980px) {
	.home_info_tarif {
		width: 32%;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
}

/*** TITRE ***/
.home_info_tarif_titre {
	padding: 20px;

	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	text-transform: uppercase;

	background: #006FAA;
}
@media screen and (min-width: 980px) {
	.home_info_tarif_titre {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
}

/*** ITEM ***/
.home_info_tarif_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
    padding: 20px 0;

    color: #031B3D;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-top: 1px solid white;
}
.home_info_tarif_item:first-child { border-top: none; }

.home_info_tarif_fleche {
	padding: 0 10px;
	width: 16px;
	height: 17px;

	background: url(media/img/picto/fleche.png) no-repeat center;
}

.home_info_tarif_prix {
	font-size: 12px;
	line-height: 12px;
	text-align: left;
}
.home_info_tarif_prix span {
	color: #0B57A2;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	line-height: 54px;
}

/*** LINK ***/
.home_info_tarif_link {
    display: inline-block;
    margin: 20px;
    width: 90%;
    height: 50px;

    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;

    background: #FFB42F;
    border: 1px solid #FFB42F;

    transition: .3s ease-in-out all;
}
.home_info_tarif_link:hover {
	color: #FFB42F;
	background: white;
}



/*** ILLU *************************************************/
.home_info_illu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;

	padding: 30px 60px 50px 60px;

	background: url(media/img/bg/home-info.png) no-repeat center;
	background-size: cover;
}
@media screen and (max-width: 979px) {
	.home_info_illu { margin-top: 40px; }
}
@media screen and (min-width: 980px) {
	.home_info_illu {
		width: 60%;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
	}
}

.home_info_illu_titre {
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
}

.home_info_illu_dest {
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
}