#section-chef {
	position: relative;
	width: calc(100%);	
	padding: 20px 0 20px 0;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	background-color: white;
	flex-wrap: wrap;
}

#section-chef #col-1 {
	display: flex;
	text-align: justify;	
	padding: 20px 40px;
	margin: 0;
	width: calc(60% - 80px);
}

#section-chef #col-1 #content { padding-top: 20px; }
#section-chef #col-1 #content img {
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 10px;
	margin-top: 0;
}

#section-chef #col-1 a { 
	font-size: 2vw;
	font-weight: bold;
	text-decoration: underline;
}

#section-chef #col-1 a:hover { color: #EE691F; }

#section-chef #col-1 p:first-of-type { padding-top: 0; }

#section-chef #col-1 button {
	padding: 8px 15px 8px 15px;
	border: 0;
	background-color: #E67639;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}

#section-chef #col-2 {
	width: calc(40% - 42px);
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	border-radius: 20px 0 20px 0;
	margin-right: 40px;
}


#section-chef #col-2 #liens {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}

#section-chef #col-2 .lien { width: 100%; height: 100%; margin: 5px; text-align: center; }
#section-chef #col-2 .lien a { font-size: 0.9rem; color: #00F; text-align: left; }

#section-chef #col-2 .lien img { width: 100%; height: 100%; object-fit: cover; border: 1px solid #555; }
#section-chef #col-2 .lien span { display: block; padding: 0; margin: 0; }

@media only screen and (max-width: 768px) {
	#section-chef #col-1, 
	#section-chef #col-2 {
		width: calc(100vw - 40px);
		padding: 20px;
		margin: 0;
		text-align: left;
		background-color: white;
		border: 0;
	}
}

@media only screen and (max-width: 500px) {

	#section-chef {
		width: calc(100%);
		padding: 0;
		display: block;
	}

	#section-chef #col-1, 
	#section-chef #col-2 {
		width: calc(100vw - 20px);
		padding: 10px;
		margin: 0;
		text-align: center;
		background-color: white;
		border: 0;
	}

	#section-chef #col-1-wrapper h1 { font-size: 1.4rem; text-align: left; }
	#section-chef #col-1 p,
	#section-chef #col-1 ul { 
		font-size: 1.1rem;
		line-height: 1.3rem;
		padding-top: 1vh;	
		text-align: justify;
	}	

	#section-chef #col-2 #liens {
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}

	#section-chef #col-2 .lien img { width: 90%; }

	#section-chef #col-2 span {
		text-align: left;
		font-size: 0.6rem;
	}
}
