@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;
}

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

/* INCLUDE */

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

header
{
	height: 80px;
    background: url(../img/fond-banner.jpg) repeat-x bottom;
    margin: 0;
   	display: flex;
	justify-content: center;
	align-items: center;
}

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

footer
{
	xxxbackground-color: #d7f091;
	background-color: #114C2A;
	text-align: center;
	font-style: italic;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: none;
	padding: 5px;
	border-bottom: 1px #A0A0A0 solid;
	box-shadow: 0px -3px 6px #A0A0A0;
}

footer p
{
	margin: 0;
	color: white;
}


/*BARRE_CONNECTION.PHP*/
.barre_connexion
{
	height: 50px;
	xxxbackground-color: #D7F091;
	background-color: #114C2A;
	margin-bottom: 5px;
	box-shadow: 2px 2px 5px white;
	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: 180px;
	height: 100%;
	font-size: 1em;
	font-weight: bold;
	color: black;
	background-color: #FFA733;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

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

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

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

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

.btn-utilisateur
{
	display: block;
	width: 180px;
	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: 50px;
	xxxbackground-color: #D7F091;
	background-color: #114C2A;
	box-shadow: 2px 2px 5px white;
	display: flex;
	flex-direction: row;
}

.bandeau_retour h2
{
	display: block;
	width: 100%;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	left: -82px;
	color: white;
}

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

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

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

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

.form-connexion
{
	width: 350px;
	background-color: #E5A332;
	margin: 30px 0 0 0;
	padding: 20px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 6px #A0A0A0;
}

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

.info_compte
{
	width: 90%;
	background-color: #EFEA8F;
	text-align: center;
	margin: 30px 0 30px 0;
	padding: 20px;
	box-shadow: 0px 0px 4px #A0A0A0;
}


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

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

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

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

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

.outils_selection h2
{
	display: none;
}

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

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

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

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

.produits article img:hover
{
	cursor: pointer;
}

.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;
	font-size: 1em;
	font-weight: bold;
}

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

.produits .second
{
	width: 140px;
	height: 30px;
	font-size: 0.95em;
	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.03em;
	font-weight: bold;
	border: none;
	border-radius: 20px;
	box-shadow: 0.5px 0.5px 1px black;
}

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

.produits article input:active
{
	background-color: #FFD87A;
}


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

}

.article-textes
{
	width: 520px;
	height: 450px;
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	flex: 1;
}

.article-page .container-image
{
	min-width: 450px;
	min-height: 450px;
	margin: 20px;
	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;
 	max-height: 450px;
 	max-width: 450px;
}

.article-textes h2
{
	margin-top: 0;
}

.article-textes p
{
	text-align: justify;
}

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

.article-page .footer
{
	display: flex;
	flex-direction: column;
}

.article-page .footer span
{
	width: 130px;
	height: 30px;
	font-size: 0.95em;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
	background-color: #FFA733;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 7px;
}

.article-page .contact
{
	width: 220px;
	height: 450px;
	padding: 20px;
	background-color: #C1D785;
	border-radius: 0 8px 8px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

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

.article-page .contact i
{
	margin-right: 8px;
	color: #FFA733;
}


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

.register p
{
	width: 40%;
	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: 260px;
	height: 25px;
	font-size: 1.05em;
	margin: 5px;
	padding: 10px;
	border: 1px black solid;
	border-radius: 10px;
}

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

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

.register .btn-validation:active
{
	background-color: #F6F195;
}


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

.page-formulaire 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;
}

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

.page-formulaire .btn-validation
{
	width: 270px;
	height: 50px;
	margin: 10px;
	margin-top: 30px;
	font-size: 1em;
	font-weight: bold;
	border: none;
	background-color: #F0C458;
	box-shadow: 1px 1px 3px;
}

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

.page-formulaire .btn-validation:active
{
	background-color: #F6F195;
}


/*CREER_ANNONCE.PHP*/

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

.create-form .form_creer_annonce
{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 30px;
}

.create-form .separation1 , .create-form .separation2
{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	bosrder: 1px black solid;
}

.create-form select
{
	width: 380px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
	border-radius: 30px;
}

.create-form .simple-label
{
	margin-top: 15px;
	font-weight: bold;
}

.create-form .price-zone input
{
	width: 50px;
	height: 25px;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	background-color: #BDD771;
	border: none;
	text-align: left;
}

.create-form .price-zone
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.create-form span
{
	font-size: 1.8em;
	font-weight: bold;
	color: #696969;
	margin-left: 5px;
}

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

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

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

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

.create-form textarea
{
	height: 250px;
	width: 90%;
	padding: 5px;
	margin-top: 10px;
	font-size: 0.9em;
}

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

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

.create-form .btn-validation:active
{
	background-color: #FFD87A;
	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
{
	margin-right: 5px;
}


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

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