body{
	background-color:#f3d8ba;
	margin:0;
}
h1, h2, h3, h4, h5, h6{
	font-family:'Kufam';
}
#left{
	
}
#right{
	float:right;
}
#bottom{
	height:300px;
}
#middle{
	position:absolute;
	top:0;
	margin-left:193px;
	text-align: center;
	width:342px;
}
#title {
    margin-top: -2px;
    margin-bottom: 15px;
}
#model{
	margin-top: -54px;
	position:relative;
}
#peau, #cheveux, #pantalon, #chaussures-sur, #chaussures-sous, #chemise, #veste{
	position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -65px;
}

#content {
    max-width: 730px;
	width:100%;
    margin: 20px auto;
	position:relative;
	padding-top: 40px;
}
#left, #right{
	height:721px;
	width: 150px;
	display:inline-block;
}
#left, #right, #bottom{
	text-align:center;
}
#columns{
	clear:both;
}

.box{
	background-color:#e9cdb0;
	border-radius:7px;
	box-sizing:border-box;
	margin:10px 3px;
	padding:10px 10%;
	display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items: center;
}
.box.pardeux img{
	width:50%;
	min-width:40px;
	max-width: 60px;
}
.box.partrois img{
	width:33%;
	min-width: 30px;
    max-width: 80px;
}
.box h2, #bottom h2 {
    color: #a9b098;
    margin: 10px 0; 
    font-size: 15px;
	width:100%
}
#bottom img {
    background-color: #e9cdb0;
    border-radius: 7px;
	max-width: 70px;
	padding: 3px;
}
#wardrobe-content{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	gap:10px;
}
#footer {
    text-align: center;
}
#footer a {
    color: #a9b098;
    font-family: Helvetica;
    font-size: 12px;
    text-decoration: none;
}
@media screen and (max-width: 745px) {
	#left, #right, #bottom {
    width: 30%;
    float: left;
    clear: both;
	height: auto;
	}
	#middle{
		position:fixed!important;
		left:30%;
		margin:0;
		max-width:70%;
		padding-top: 0;
	}
	#bottom img{
		width: 48%;
    max-width: 200px;
	}
	#wardrobe-content{
	gap:10px 0;
	}
	#footer{
	position: fixed;
    bottom: 10px;
    right: 10px;
    writing-mode: vertical-rl;
	}
	.box h2 {
    font-size: 13px;
	}
	.box{
		padding:3px;
	}
	#content{
		margin:0 auto;
		padding-top: 0;
	}
	#model {
    margin-top: -84px;
	}
}
@media screen and (min-width: 746px) {
	#tights h2 {
		margin-bottom: 30px;
	}
	#tights, #shoes, #handbags {
		padding-bottom: 30px;
	}
}