/*** Haut Du Site ***/
body
{
	background-color:#EAEAFC;
	font-family: 'Roboto Condensed', sans-serif;
	margin: auto;
	padding: auto;
	font-size: 20px;
    text-align: center;
}

header
{
	background-color: white;
	display: flex;
}

footer
{
	background-color: #101011;
	color: #F4F4F4;
	font-size: 18px;
}
li
{
	list-style-type: none;
}

a
{
	text-decoration: none;
	color: black;
}

nav
{
	background-color: #C6C6C6;
	border: 5px black solid;
}
a:hover
{
	font-style: italic;
}
a:visited
{
	color: black;
}
.headertext
{
	margin-right: 150px;
	margin-top: 150px;
	font-style: italic;
	font-weight: bold;
}

#nav
{
	display: flex;
	justify-content: space-around;
}

#header1
{
	flex-direction: column;
}

#header
{
	justify-content: space-between;
}

/*** Fin Haut Du Site ***/

section
{
	display: flex;
    flex-direction: column;
	
}

#achat{
    display: flex;
    justify-content: space-around;
}

#achat ul
{
    display: flex;
	flex-direction: column;

}
/*** Bas Du Site ***/
.mail
{
	border: white 5px solid;
	border-radius: 4px;
	background-color: white;
	color: black;
}

.mail:hover
{
	border: black 5px solid;
	border-radius: 4px;
	background-color: black;
	color: white;
}

.fouteur
{
	display: flex;
	justify-content: space-around;
}

.centretoibowdel
{
	display: flex;
	justify-content:center;
	text-align: center;
}

.peuti
{
	font-size: 10px;
}

footer a
{
	color: white
}

footer a:visited
{
	color: white;
}

/*** fin bas du site***/

.onlynow{
    display: flex;
    justify-content: center;
    font-size: 25px;
}

h2{
    font-size: 35px;
}

.buynow{
    color: #EAEAEF;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 5%;
    background-color: black;
    border-radius: 5px;
    transition-property: background;
    transition-duration: 0.5s;
    transition-delay: 0.5s;
}
.fa-check{
    color: #89D22F;
}

.buynow:hover {
    background-color: #EAEAFC;
}