/*--------------------------------------*\
                 GENERALE   
\*--------------------------------------*/

.active_3 /*lien de nav coloré lorsque l'on est sur la page du lien*/
{
	background: #13A186;
	padding: 17px 31px 19px 31px;
	color: black;
}

/*--------------------------------------*\
                  ENTETE   
\*--------------------------------------*/

#entete
{
	background: url("../img/bg_band_menus.jpg") fixed;
	width: 100%;
	height: 440px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

#entete h1
{
	animation: descente 1s;
	-webkit-animation: descente 1s;

	font-family: "myriad-pro-semiextended";
	font-size: 42px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 29px;
	margin: 160px 0 0 0;
	padding: 0;
	display: block;
}

.sep_2
{
	background: url(../img/sprites.png);
    width: 54px;
    height: 8px;
    background-position: -303px -105px;
    margin-top: 30px;
}

/*--------------------------------------*\
                LES MENUS
\*--------------------------------------*/
#conteneur_ensemble
{
	background: url("../img/bg_tissus.jpg");
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;

	border-top: black solid 0.1em;
}

#conteneur_pieces_entrees, .conteneur_lg_rectangle, .box_pics, .choix, #conteneur_menus
{
	animation: monter 1s;
	-webkit-animation: monter 1s;
}

@-webkit-keyframes monter
{
	0%
	{
		opacity: 0;
		transform: translateY(30px);
	}

	100%
	{
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes monter
{
	0%
	{
		opacity: 0;
		transform: translateY(30px);
	}

	100%
	{
		opacity: 1;
		transform: translateY(0);
	}
}

#conteneur_pieces_entrees
{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}

.pt_rectangle
{
	width: 252px;
	height: 74px;
	background: rgba(35,31,32,.8);
	border: 1px solid rgb(35,31,32);
	box-sizing: border-box;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.pt_rectangle h2
{
	font-family: quicksand;
	font-weight: 500;
	font-size: 22px;
	line-height: 16px;
	color: #BF6728;
	margin: 0;
	padding: 0;
}

.pt_rectangle p
{
	font-family: quicksand;
	font-weight: 500;
	font-size: 11px;
	line-height: 12px;
	color: white;
	text-transform: uppercase;
	margin: 5px 0 0 0;
	padding: 0;
}

.gr_rectangle
{
	width: 252px;
	height: 555px;
	background: white;
	border: 1px solid rgb(35,31,32);
	padding: 0 30px;
	box-sizing: border-box;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.gr_rectangle p
{
	margin: 0;
	padding: 0;
	font-family: myriad-pro, sans-serif;
	text-align: center;
    font-weight: 600;
    font-style: normal;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	color: black;
}

.sep_1
{
    background: url("../img/sprites.png");
    width: 46px;
    height: 7px;
    background-position: -247px -105px;
    margin: 32px 0;
}

.pieces_entrees
{
	margin: 0;
	padding: 0;
}

.photo img
{
	border: 1px solid rgb(35,31,32);
	width: 252px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.photo
{
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.photo+.photo
{
	margin-left: 10px;
}

.conteneur_lg_rectangle
{
	margin-top: 64px;
}

.lg_rectangle
{
	width: 100%;
	height: 74px;
	background: rgba(35,31,32,.8);
	border: 1px solid rgb(35,31,32);
	box-sizing: border-box;

	display: flex;
	justify-content: center;
	align-items: center;
}

.lg_rectangle h2
{
	font-family: Quicksand;
	font-size: 22px;
	font-weight: 500;
	line-height: 15px;
	color: #BF6728;
	margin: 0;
	padding: 0;
}

.lg_gr_rectangle
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 122px;
	border: 1px solid rgb(35,31,32);
	box-sizing: border-box;
	background: white;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.lg_gr_rectangle p
{
	margin: 0;
	padding: 0;
	font-family: myriad-pro, sans-serif;
	text-align: center;
    font-weight: 600;
    font-style: normal;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	color: black;
}

.lg_gr_rectangle .sep_1
{
	display: none;
}

.box
{
	width: 345px;
	height: 92px;
	display: flex;
}

.lg_gr_rectangle div:nth-child(1), .lg_gr_rectangle div:nth-child(2)
{
		border-right: 1px solid rgba(35,31,32,.4);
}

.box p
{
	margin: auto;
}

.choix
{
	margin: 64px 0 10px 0;
	padding: 20px 0;
	font-family: Quicksand;
	font-weight: 400;
	font-size: 15px;
	line-height: 10px;
	text-transform: uppercase;
	color: white;
	background: rgba(35,31,32,.8);
	border: 1px solid rgb(35,31,32);
	display: block;
	box-sizing: border-box;
	width: 1038px;
	text-align: center;
}

.color_tropic
{
	color: #13A186;
}

.color_presti
{
	color: #FFAE2B;
}

#conteneur_menus
{
	display: flex;
	justify-content: space-between;
}

.menu_tropic
{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.menu_tropic h2
{
	font-size: 23px;
	color: #13A186;
	padding: 16px 0;
	width: 776px;
	background: rgba(35,31,32,.8);
	border: 1px solid rgb(35,31,32);
	display: block;
	margin: 0;
	box-sizing: border-box;
}

.sous_menus
{
	display: flex;
	justify-content: space-between;
}

.pt_rectangle h3
{
	font-family: Quicksand;
	font-weight: 500;
	font-size: 18px;
	line-height: 12px;
	text-transform: uppercase;
	color: #13A186;
	margin: 10px 0 6px 0;
	padding: 0;
}

.price
{
	font-family: "myriad-pro-semiextended";
	font-size: 18px;
	line-height: 12px;
	color: white;
}

.size_€
{
	font-size: 15px;
}

.gr_rect_tropic
{
	width: 252px;
	height: 506px;
	background: white;
	border: 1px solid rgb(35,31,32);
	box-sizing: border-box;

	padding: 0 30px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.gr_rect_tropic p
{
	margin: 0;
	padding: 0;
	font-family: myriad-pro, sans-serif;
	text-align: center;
    font-weight: 600;
    font-style: normal;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	color: black;
}

.gr_rect_presti
{
	width: 252px;
	height: 570px;
	background: white;
	border: 1px solid rgb(35,31,32);
	box-sizing: border-box;

	padding: 0 30px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.gr_rect_presti p
{
	margin: 0;
	padding: 0;
	font-family: myriad-pro, sans-serif;
	text-align: center;
    font-weight: 600;
    font-style: normal;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	color: black;
}

.menu_presti
{
	margin-left: 10px;
}

.menu_presti h2
{
	font-family: Quicksand;
	font-size: 23px;
	font-weight: 500;
	line-height: 16px;
	color: #FFAE2B;
	margin: 0 0 6px 0;
	padding: 0;
}

.box_pics
{
	display: flex;
	justify-content: space-between;
	margin: 66px 0 0 0;
}

.box_pics img
{
	border: 1px solid rgb(35,31,32);
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.box_pics img+img
{
	margin-left: 12px;
}

.box_pics_2
{
	margin: 12px 0 0 0;
}

#color_desserts
{
	color: #C7CA31;
}

#pieces_entrees
{
	display: flex;
	justify-content: space-between;
}

.marge_pieces_entrees
{
	margin-left: 10px;
}

#photo
{
	display: flex;
	justify-content: space-between;
	margin-left: 10px;
}

.pics_desserts
{
	margin-bottom: 180px;
}

/*--------------------------------------*\
              MEDIA QUERIES
\*--------------------------------------*/
@media (min-width: 1600px)
{
	#entete
	{
		background: url("../img/bg_band_menus.jpg") fixed -1300px -400px;
			background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
	}
}


@media (max-width: 1300px)
{
	.active_3 /*lien de nav coloré lorsque l'on est sur la page du lien*/
	{
		color: white;
		padding: 0;
		background: rgba(35,31,32,0.8)
	}
}

@media (max-width: 1152px)
{
	.lg_rectangle, .lg_gr_rectangle
	{
		width: 776px;
	}

	.box
	{
		padding: 0 20px;
	}

	.choix
	{
		width: 776px;
	}

	#conteneur_pieces_entrees
	{
		flex-direction: column;
		align-items: center;
	}

	#conteneur_menus
	{
		box-sizing: border-box;
		flex-direction: column;
		align-items: center;
	}

	.menu_tropic
	{
		width: 776px;
	}

	.menu_presti
	{
		height: 641px;
		margin-top: 10px;
		margin-left: 0;
	}

	.sous_menus
	{
		margin-top: 10px;
	}

	.box_pics img
	{
		width: 250px;
	}

	#photo
	{
		margin-left: 0;
		margin-top: 10px;
	}

	.photo img+img
	{
		margin-top: 10px;
	}
}

@media (max-width: 900px)
{
	#entete
	{
		background: url("../img/bg_900_band.jpg");
	}
}

@media (max-width: 861px)
{
	#conteneur_menus
	{
		width: 90%;
	}

	.pieces_entrees+.pieces_entrees
	{
		margin-top: 10px;
	}

	#conteneur_pieces_entrees
	{
		width: 90%;
	}

	.marge_pieces_entrees
	{
		margin-left: 0px;
	}

	#photo
	{
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.photo
	{
		width: 100%;
		flex-direction: column;
		align-items: center;
	}

	.photo+.photo
	{
		margin-top: 10px;
		margin-left: 0;
	}

	.box_pics
	{
		width: 90%;
		flex-direction: column;
		align-items: center;
		margin-top: 10px;
	}

	.box_pics img+img
	{
		margin-top: 10px;
		margin-left: 0;
	}

	.conteneur_lg_rectangle
	{
		width: 90%;
		margin: 10px 0 0 0;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.lg_rectangle
	{
		width: 252px;
	}

	.lg_gr_rectangle
	{
		width: 252px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.lg_gr_rectangle div:nth-child(1), .lg_gr_rectangle div:nth-child(2)
	{
		border-right: none;
	}

	.box
	{
		width: 180px;
		padding: 0;
		margin: 0;
	}

	.sep_haut::after
	{
		content: url("../img/sep_1.png");
		display: block;
		width: 46px;
	    height: 7px;
	    margin: auto;
	    position: relative;
	    top: 10px;
	}

	.sep_bas::after
	{
		content: url("../img/sep_1.png");
		display: block;
		width: 46px;
	    height: 7px;
	    margin: auto;
	    position: relative;
	    top: 14px;	    
	}	

	.sep_haut_2::after
	{
		content: url("../img/sep_1.png");
		display: block;
		width: 46px;
	    height: 7px;
	    margin: auto;
	    position: relative;
	    top: 8px;	
	}

	.sep_bas_2::after
	{
		content: url("../img/sep_1.png");
		display: block;
		width: 46px;
	    height: 7px;
	    margin: 12px auto 0 auto;
	}

	.marge_box
	{
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.marge_box_2
	{
		margin-bottom: 20px;
	}

	.media_flex
	{
		margin: 0;
		padding: 0;
	}

	#pieces_entrees
	{
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.pieces_entrees
	{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.choix
	{
		width: 252px;
		line-height: 20px;
	}

	.menu_tropic h2
	{
		width: 252px;
	}

	.menu_tropic
	{
		align-items: center;
	}

	.sous_menus
	{
		flex-direction: column;
	}

	#desserts
	{
		margin-top: 60px;
	}

	#mer, #ciel
	{
		margin-top: 10px;
	}

	#plateaux
	{
		height: 370px;
	}

	#size_cadre_mer
	{
		height: 310px;
	}

	#size_cadre_desserts
	{
		height: 400px;
	}
}

@media (max-width: 480px)
{
	footer
	{
		margin-top: -60px;
	}

	#entete h1
	{
		margin: 70px 0 0 0;
	}

	#entete
	{
		height: 300px;
		background: url("../img/bg_480_band.jpg");
	}
}

@media (max-width: 380px)
{
	.box_pics img, .photo img, .pt_rectangle, .gr_rectangle, .lg_rectangle, .lg_gr_rectangle,
	.menu_tropic, .menu_tropic h2, .tab_sous_menus, .sous_menus, .gr_rect_tropic, .menu_presti, .gr_rect_presti
	{
		width: 100%;
	}

	.choix
	{
		width: 90%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (orientation: landscape) AND (max-width: 900px)
{
	#entete h1
	{
		margin: 70px 0 0 0;
	}

	#entete
	{
		height: 300px;
		background-position: 0px -130px;
	}
}

@media (orientation: landscape) AND (max-width: 480px)
{
	#entete
	{
		height: 300px;
		background-position: 0px 0px;
	}
}