@font-face {
    font-family: 'NoovoITCBold';
    src: url('/fonts/noovo-itc-bold.woff2') format('woff2'),
         url('/fonts/noovo-itc-bold.woff') format('woff'),
         url('/fonts/noovo-itc-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*
{
	font-size: 0.9em;
}

body
{
    background-color: #FFFFEE;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    margin: 0px;
    padding: 0px;
}

select
{
	background-color: white;
}

/* INCLUDE */

.titre
{
    font-family: 'NoovoITCBold', sans-serif;
}

header
{
	font-size: 20px;
	height: 110px;
	background: url(../img/fond-banner.jpg) repeat-x bottom;
	text-shadow: 8px 8px 12px black;
   	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 1px #222222 solid;
}

header a
{
	color: white;
	font-size: 2.2em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 0 30px black;
}

header .logo_entete
{
	display: none;
}

footer
{
	font-size: 1.15em;
	background-color: #114C2A;
	text-align: center;
	font-style: italic;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: none;
	padding: 10px;
	border-bottom: 1px #A0A0A0 solid;
	box-shadow: 0px -6px 12px #A0A0A0;
}

footer p
{
	margin: 5px;
	color: white;
}


/*BARRE_CONNECTION.PHP*/
.barre_connexion
{
	height: 35px;
	background-color: #114C2A;
	margin-bottom: 5px;
	box-shadow: 2px 2px 5px black;
	z-index: 1;
	display: flex;
	flex-direction: row;
}

.barre_connexion a
{
	text-decoration: none;
	color: white;
}

.barre_connexion i 
{
	margin-right: 5px;
}

.btn-connect-orange
{
	display: block;
	width: 125px;
	height: 100%;
	font-size: 1em;
	font-weight: bold;
	color: black;
	background-color: #FFA733;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-connect-orange:active
{
	background-color: #F0C458;
}

.btn-connect
{
	display: block;
	width: 135px;
	height: 100%;
	font-size: 1em;
	font-weight: bold;
	color: white;
	background-color: #114C2A;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
}

.btn-connect:active
{
	background-color: #A6CA3F;
}

.btn-utilisateur
{
	display: block;
	width: 125px;
	height: 100%;
	font-size: 1em;
	font-weight: bold;
	color: black;
	background-color: #FFA733;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* CONNECTION.PHP*/
.bandeau_retour
{
	height: 35px;
	background-color: #114C2A;
	box-shadow: 2px 2px 5px black;
	display: flex;
	flex-direction: row;
}

.bandeau_retour h2
{
	display: none;
	color: white;
}

.back-home
{
	display: block;
	width: 125px;
	height: 100%;
	font-size: 1em;
	font-family: 'arial';
	font-weight: bold;
	color: white;
	background-color: #114C2A;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	z-index: 1;
	border: none;
}

.back-home:active , .suppr_annonce:active
{
	background-color: #A6CA3F;
}

.suppr_annonce
{
	display: block;
	width: 125px;
	height: 100%;
	font-size: 1.1em;
	font-family: 'arial';
	font-weight: bold;
	color: white;
	background-color: #114C2A;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	z-index: 1;
	border: none;
}


/* INDEX.PHP , RESULTAT_RECHERCHE.PHP , ANNONCE_VALIDE.PHP , COMPTE_VALIDE.PHP*/
.type_article
{
	background-color: #E9E9E9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.type_article select
{
	width: 250px;
	height: 40px;
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px 15px 10px 15px;
	border-radius: 30px;
}

.type_article .btn-rechercher
{
	width: 80px;
	height: 40px;
	margin: 10px 15px 10px 0;
	font-size: 1.15em;
	border: none;
	border-radius: 30px;
	background-color: #A6CA3F;
	box-shadow: 1px 1px 3px;
}

.type_article .btn-rechercher:active
{
	background-color: #F0C458;
	cursor: pointer;
}

.outils_selection h2
{
	display: none;
}

.produits-container
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 8px;
}

.produits article
{
	width: 100%;
	height: 100%;
	background-color: #E6F2B6;
	margin: 10px;
	padding: 15px;
	border: 1px #696969 solid;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.produits .container-image
{
	display: none;
	min-width: 250px;
	min-height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
	box-shadow: 0px 0px 5px black;
}

.produits article img
{
	-o-object-fit: cover;
 	object-fit: cover;
 	min-height: 250px;
 	min-width: 250px;
 	max-height: 250px;
  	max-width: 250px;
}

.produits .article_text , .produits .first , .produits .container-text-article
{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.produits article h3
{
	margin: 0;
	margin-top: 20px;
	font-size: 2.2em;
	font-weight: bold;
}

.produits p
{
	font-size: 1.8em;
}

.produits .prix
{
	margin: 10px;
	font-size: 2.5em;
	font-weight: bold;
	color: #FFA733;
	text-shadow: 0.5px 0.5px 1px #696969;
}

.produits .second
{
	width: 120px;
	height: 25px;
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFA733;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}

.produits article input
{
	background-color: #A6CA3F;
	width: 180px;
	height: 30px;
	font-size: 1.9em;
	font-weight: bold;
	border: none;
	border-radius: 20px;
	box-shadow: 0.5px 0.5px 1px black;
}

.produits article input:active
{
	cursor: pointer;
	background-color: #F0C458;
}


/*ARTICLE.PHP*/
.article-page
{
	background-color: #E6F2B6;
	padding: 0;
	margin: 15px;
	border: 1px #696969 solid;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.article-page .container-image
{
	min-width: 270px;
	min-height: 270px;
	margin: 15px;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 5px black;
}

.article-page img
{
	-o-object-fit: cover;
 	object-fit: cover;
 	min-width: 270px;
 	max-width: 270px;
}

.article-page .article-textes
{
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.article-textes h2
{
	margin-top: 0;
	font-size: 1.6em;
}

.article-textes .prix
{
	margin: 10px;
	font-size: 1.7em;
	font-weight: bold;
	color: #FFA733;
	text-shadow: 0.5px 0.5px 1px #696969;
}

.article-textes p
{
	font-size: 1.3em;
	text-align: justify;
}

.article-page .footer
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.article-page .footer span
{
	width: 100px;
	height: 25px;
	font-size: 1.3em;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	margin: 8px;
	background-color: #FFA733;;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.article-page .contact
{
	width: 100%;
	background-color: #C0D389;
	font-size: 1.2em;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 0 10px 0;
	border-radius: 0 0 8px 8px;
}

.article-page .contact i
{
	font-size: 1.3em;
	height: 15px;
	margin-right: 8px;
	color: #FFA733;
}


/*REGISTER.PHP*/
.register .container
{
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.register p
{
	width: 80%;
	margin: auto;
	margin-top: 20px;
	font-size: 1.2em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.register form
{
	background-color: #FFA733;
	margin: 30px;
	padding: 30px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 5px;
}

.register input
{
	width: 90%;
	height: 25px;
	font-size: 1.2em;
	margin: 5px;
	padding: 10px;
	border: 1px black solid;
	border-radius: 10px;
}

.register .btn-validation
{
	width: 97%;
	height: 50px;
	margin: 5px;
	margin-top: 20px;
	font-size: 1.4em;
	font-weight: bold;
	border: none;
	background-color: #F0C458;
	box-shadow: 1px 1px 3px;
}

.register .btn-validation:active
{
	cursor: pointer;
	background-color: #FFD87A;
}


/*CONNECTION.PHP*/
.page-formulaire
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-formulaire form
{
	width: 70%;
	background-color: #FFA733;
	margin: 30px;
	padding: 30px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 5px;
}

.page-formulaire input
{
	width: 90%;
	height: 25px;
	font-size: 1.2em;
	margin: 5px;
	padding: 10px;
	border: 1px black solid;
	border-radius: 10px;
}

.page-formulaire .btn-validation
{
	width: 97%;
	height: 50px;
	margin: 5px;
	margin-top: 20px;
	font-size: 1.4em;
	font-weight: bold;
	border: none;
	background-color: #F0C458;
	box-shadow: 1px 1px 3px;
}

.page-formulaire .btn-validation:active
{
	cursor: pointer;
	background-color: #FFD87A;
}


/*CREER_ANNONCE.PHP*/

.create-form form
{
	background-color: #E6F2B6;
	margin: 20px;
	padding: 10px;
	border: 1px #696969 solid;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.create-form .form_creer_annonce
{
	width: 100%;
}

.create-form .separation1 , .create-form .separation2
{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.create-form label
{
	font-size: 1.4em;
	margin-bottom: 5px;
}

.create-form select
{
	font-size: 1.4em;
	width: 210px;
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 5px;
}

.create-form .simple-file
{
	display: none;
}

.create-form .label-file
{
	display: block;
	width: 130px;
	height: 25px;
	margin: 20px;
	font-size: 1.4em;
	border: none;
	border-radius: 30px;
	background-color: #A6CA3F;
	box-shadow: 1px 1px 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;
}

.create-form .label-file:active
{
	background-color: #F0C458;
	cursor: pointer;
}

.create-form .price-zone
{
	margin: 10px;
	margin-bottom: 0;
}

.create-form .price-zone span
{
	font-size: 2em;
	font-weight: bold;
	color: #696969;
}

.create-form .simple-price
{
	font-size: 1.3em;
	padding: 5px;
	width: 50px;
}

.create-form textarea
{
	width: 90%;
	height: 80px;
	font-size: 1.3em;
	padding: 5px;
}

.create-form .btn-validation
{
	width: 100px;
	height: 30px;
	margin: 15px;
	font-size: 1.2em;
	font-weight: bold;
	border: none;
	border-radius: 30px;
	background-color: #A6CA3F;
	box-shadow: 1px 1px 3px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.create-form .btn-validation:active
{
	background-color: #F0C458;
	cursor: pointer;
}

.create-form p
{
	display: inline-block;
	margin: 20px;
	padding: 20px;
	background-color: #F6F195;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}


/*RESULTAT_RECHERCHE.PHP*/
.filtres
{
	background-color: #F6F195;
	display: flex;
	justify-content: center;
}

.filtres a
{
	display: block;
	text-decoration: none;
	font-size: 0.95em;
	color: black;
	background-color: white;
	border: 1px #B6B26C solid;
	border-radius: 7px;
	padding: 5px;
	margin: 2px;
}

.filtres i
{
	font-size: 1.1em;
	margin-right: 5px;
}


/*TRAITEMENT_INSCRIPTION.PHP*/
.message-validation
{
	display: inline-block;
	margin: 20px;
	padding: 5px;
	background-color: #114C2A;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.message-validation-bad
{
	display: inline-block;
	margin: 20px;
	padding: 5px;
	background-color: #F09191;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}