@import url('https://fonts.googleapis.com/css2?family=Baumans&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body {
	background-color: #FEFEE2;
	font-family: DM Sans;
	font-size: 15px;
	color: black;
}
html{
	scroll-behavior: smooth;
}


.wrapper{
	max-width: 1200px;
	margin: auto;
}

aside {
	position : fixed;
	font-size : 15px;
	flex-basis: 50px;
	max-width: 400px;
	flex-grow: 0;
	flex-shrink: 0;
}
header {
    max-width: calc(50% - 20px);
    margin-bottom: 200px;
}


main {
	display : flex;
	gap : 40px;
	flex-wrap: wrap;
	margin-bottom: 200px;

}

article{

	    flex-basis: calc(50% - 20px);
}

a{
	text-decoration: none;
	color :black;
}
a:hover{
	color: #ffde21;
}

a.inverted{
	text-decoration: none;
	color :#ffde21;
}
a.inverted:hover{
	color: black;
}

h1{
	color : #ffde21;
	font-size: 30px;
}

h2{
	font-family: "Baumans";
	border : solid 5px #ffde21;
	color : #ffde21;
	font-size: 50px;
	text-align: center;
	padding: 15px 0px 15px 0px;
}

h3{
	color : black;
	font-size: 40px;
}

h4{
	padding-top: 200px;
	font-family: "Baumans";
	color : black;
	border : solid 5px #ffde21;
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-size: 30px;
}

h5{
	color : black;
	font-size: 40px;
}

.mask{
	 width: 100%;
  height: 400px;
  overflow: hidden;
  padding-top: 20px;
}

.mask img{
	width: 100%;
  height: 100%;
  object-fit: cover;

}

.image-container img{
width: 300px;
height: auto;
}

div.maClasse{
	padding-bottom: 100px;
}


/*les styles pour la page single */
#single article h2 {
	 max-width: calc(50% - 20px);
}


#single article p {
	 max-width: calc(50% - 20px);
}

#single article h1 {
	 max-width: calc(50% - 20px);
}

#commande p{
  padding-top: 70px;	
}

#commande h1{
	font-family: DM Sans;
	text-align: center;
	font-size: 15px;
	color: black;
}

input[type=text], select, textarea {
  width: 100%; 
  font-family: DM Sans;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px; 
  box-sizing: border-box; 
  margin-top: 20px; 
  margin-bottom: 20px; 
  resize: vertical 
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  font-family: DM Sans;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

div.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 41px;
}

@media only screen and (max-width: 1750px){
  .wrapper{
	margin-left: 0px;
	}

	aside{
		position: static;

	}
}

