/*
    Auteur: Jackie Pan
    Date de création: 10.01.2025
    Description: Ceci est le code CSS de la page HTML qui sert à changer les styles et position.
*/
body {
    background-color: #fc6060;
}

.right p {
	display: flex;
	justify-content: center;
    align-items: center;
	text-align: justify;
    width: 600px;
    height: 250px;
    background-color: #f78f8f;
    margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border-radius: 20px;
	font-size: 25px;
	overflow: auto;
}

.left p {
	display: flex;
	justify-content: center;
    align-items: center;
	text-align: justify;
    width: 600px;
    height: 250px;
    background-color: #f78f8f;
    margin-left: auto;
	margin-right: auto;
	padding: 20px;
	border-radius: 20px;
	font-size: 25px;
	overflow: auto;
}

.left {
	margin-top: 50px;
}

.right {
	margin-top: 50px;
}

nav {
	background-color: #de3a3a;
}

img {
    margin: auto;
}

.right_img {
	display: flex;
	justify-content: center;
}

header {
	color: white;
}

aside {
	background-color: #9e2e2e;
	width: 600px;
    height: 250px;
}

.right_aside {
	display: flex;
	justify-content: center;
    align-items: center;
	text-align: justify;
    margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border-radius: 20px;
	font-size: 25px;
	overflow: auto;
	color: white;
	margin-top: 25px;
}

.left_aside {
	display: flex;
	justify-content: center;
    align-items: center;
	text-align: justify;
	margin-right: auto;
    margin-left: auto;
	padding: 20px;
	border-radius: 20px;
	font-size: 25px;
	overflow: auto;
	color: white;
	margin-top: 25px;
}

h3 {
    text-align: center;
    margin: auto;
    color: white;
    max-width: 50%;
    margin-bottom: 100px;
}

h1 {
	margin-top: 50px;
	text-align: center;
	color: white;
}

.right {
    display: flex;
}

.left {
	display: flex;
}

.tappei_description {
    margin: auto;
    font-size: 30px;
}

@media screen and (max-width: 1200px) {
    img {
        margin: 0%;
		height: 0%;
		width: 0%;
    }
    .right p {
		margin-top: -12px;
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
		height: auto;
    }
	
	.left p {
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
		height: auto;
    }
	
	.right {
		display: block;
	}
	
	.left {
		display: block;
	}
	
	.left_aside {
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
		margin-bottom: 45px;
		height: auto;
	}
	
	.right_aside {
		width: 60%;
		margin-left: 20%;
		margin-right: 20%;
		margin-bottom: 45px;
		height: auto;
	}
	
	h1 {
		margin-bottom: 50px;
	}
}