/*
-------------------------------------------------
 Général
-------------------------------------------------
*/
*,
::before,
::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.display-block {
	display: block;
}
.bold {
	font-weight: bold;
}

.picto-20px {
	width: 20px;
}
.margin5 {
	margin: 5px;
}
.margin10 {
	margin: 10px;
}
.margin15 {
	margin: 15px;
}
.margin20 {
	margin: 20px;
}

.margin-r5 {
	margin-right: 5px;
}
.margin-l5 {
	margin-left: 5px;
}
.margin-t10 {
	margin-top: 10px;
}

.img-noir-et-blanc {
	filter: grayscale(1);
}

ul {
	padding: 5px;
	list-style: none;
}

.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*
-------------------------------------------------
 Nav Bar du Header
-------------------------------------------------
*/
.nav-bar {
	height: 78px;
}

.nav-bar-liste {
	margin: 0;
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	list-style-type: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: #fff;
	box-shadow: 0px 3px 4px #bfbfbf;
	-webkit-box-shadow: 0px 3px 4px #bfbfbf;
	-moz-box-shadow: 0px 3px 4px #bfbfbf;
}

.item-nav {
	font-size: 20px;
	margin: 0 10px;
}
.item-nav:nth-child(1) {
	margin-right: auto;
}

.item-nav a {
	text-decoration: none;
	color: #08828f;
}

/*
-------------------------------------------------
 Header
-------------------------------------------------
*/
.header-container {
	position: relative;
	background-image: url(/src/images/architect.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	width: 100%;
}

/*
-------------------------------------------------
 Header
-------------------------------------------------
*/
.message-warning {
	margin: 10px;
	padding: 10px;
	background-color: #ff6469;
	color: #fff;
	font-weight: bold;
	border: #000 solid 1px;
	border-radius: 5px;
	width: 50%;
}

/*
-------------------------------------------------
 Container
-------------------------------------------------
*/
.container {
	position: relative;
	margin: 20px;
}

/*
-------------------------------------------------
 Container texte + image
-------------------------------------------------
*/
.container-contenu {
	margin: 10px;
}

.container-bloc-texte {
	display: flex;
	justify-content: flex-start;
	align-items: start;
	margin-right: 20px;
}
.bloc-img {
	margin: 20px;
	background-image: url(/src/images/entite.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	width: 350px;
}
.bloc-img-login {
	margin: 20px;
	background-image: url(/src/images/password.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	width: 300px;
}
.bloc-contenu-vertical {
	width: 100%;
}
.contenu-texte {
	font-size: 1.2rem;
}
/*
-------------------------------------------------
 Sous Menu
-------------------------------------------------
*/
.sous-menu {
	height: 78px;
	margin-top: 10px;
}

.sous-menu-liste {
	margin: 0;
	position: relative;
	width: 100%;
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.item-sous-menu {
	font-size: 20px;
	margin: 0 10px;
}
.item-sous-menu a {
	text-decoration: none;
	color: cadetblue;
}

/*
-------------------------------------------------
 Contenu Modal
-------------------------------------------------
*/

.header-modal {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal ul {
	padding: 5px;
	list-style: none;
}

.img-titre-50px {
	width: 50px;
}

/*
-------------------------------------------------
 Formulaires
-------------------------------------------------
*/
.form-action {
	margin: 10px;
}
.input-form-action {
	display: block;
	margin: 10px;
	width: 200px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}

.input-form-action-inline {
	margin: 10px;
	width: 150px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}
.input-form-radio {
	display: inline;
	margin: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}

.form-action fieldset {
	border: none;
}

.form-action legend {
	font-weight: bold;
	margin-bottom: 10px;
}

.form-select-petit {
	width: 50px;
}
/*
-------------------------------------------------
 Container Bouton action
-------------------------------------------------
*/
.container-bouton-action {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 20px;
}

/*
-------------------------------------------------
 Modal Confirmation
-------------------------------------------------
*/

.container-bouton-alert {
	display: flex;
	justify-content: center;
	align-items: center;
}

.div-alert-texte {
	margin: 20px;
}

.div-alert-display-none {
	display: none;
}

.div-alert-bouton-supprimer {
	margin: 10px;
}

.div-alert-bouton-margin-right {
	margin-right: 10px;
}

/*
-------------------------------------------------
 Modal Date facturation
-------------------------------------------------
*/

.container-facturation {
	display: flex;
	justify-content: center;
	align-items: center;
}

.div-facturation-texte {
	margin: 10px;
}

.form-facturation {
	margin: 10px;
}

.form-facturation-fieldset {
	border: none;
}

.input-form-facturation {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 200px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}

.div-alert-bouton-supprimer {
	margin: 10px;
}

.div-alert-bouton-margin-right {
	margin-right: 10px;
}

/*
-------------------------------------------------
 Modal Date commission
-------------------------------------------------
*/

.container-commission {
	display: flex;
	justify-content: center;
	align-items: center;
}

.div-commission-texte {
	margin: 10px;
}

.form-commission {
	margin: 10px;
}

.form-commission-fieldset {
	border: none;
}

.input-form-commission {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 200px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}

/*
-------------------------------------------------
 Bouton 
-------------------------------------------------
*/
.bouton {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 10px;
	font-family: arial;
	font-size: 1em;
	color: #ffffff;
	background-color: #08828f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #ffffff;
	box-shadow: 0px 3px 4px #bfbfbf;
	-webkit-box-shadow: 0px 3px 4px #bfbfbf;
	-moz-box-shadow: 0px 3px 4px #bfbfbf;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.bouton:hover {
	padding: 10px;
	box-shadow: 0px 0px 4px #bfbfbf;
	-webkit-box-shadow: 0px 0px 4px #bfbfbf;
	-moz-box-shadow: 0px 0px 4px #bfbfbf;
	transform: translate(0px, 3px);
	-webkit-transform: translate(0px, 3px);
}

.bouton-rose {
	background-color: #ff6469;
}

/*
-------------------------------------------------
 Container Tableau
-------------------------------------------------
*/
.container-tableau {
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #cecece;
	-webkit-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.2);
	margin: 20px;
	padding: 20px;
	border-radius: 5px;
}

/*
-------------------------------------------------
  Tableau
-------------------------------------------------
*/

.tableau {
	table-layout: auto;
	width: 100%;
}

th,
td {
	padding: 10px;
	/* text-align: center; */
}

th {
	color: #08828f;
	font-weight: bold;
}

.box-action {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
/*
-------------------------------------------------
  Tableau Ventes
-------------------------------------------------
*/
/*ref*/
.tableau-vente th:nth-child(1) {
	width: 1%;
}
/*nom*/
.tableau-vente th:nth-child(2) {
	width: 14%;
}
/*adresse*/
.tableau-vente th:nth-child(3) {
	width: 14%;
}
/*Montant Ht*/
.tableau-vente th:nth-child(4) {
	width: 14%;
}
/*Honoraires Ht*/
.tableau-vente th:nth-child(5) {
	width: 13%;
}
/*Agence*/
.tableau-vente th:nth-child(6) {
	width: 12%;
}
/*Frais Ht*/
.tableau-vente th:nth-child(7) {
	width: 9%;
}
/*Entrée*/
.tableau-vente th:nth-child(8) {
	width: 8%;
}
/*Sortie*/
.tableau-vente th:nth-child(9) {
	width: 8%;
}
/*Facturation*/
.tableau-vente th:nth-child(10) {
	width: 3%;
}
/*Synthese*/
.tableau-vente th:nth-child(11) {
	width: 3%;
}
/*Actions*/
.tableau-vente th:nth-child(12) {
	width: 3%;
}

/*
-------------------------------------------------
  Tableau Agence
-------------------------------------------------
*/
/*Nom*/
.tableau-agence th:nth-child(1) {
	width: 10%;
}
/*Adresse*/
.tableau-agence th:nth-child(2) {
	width: 20%;
}
/*Ville*/
.tableau-agence th:nth-child(3) {
	width: 20%;
}
/*Fin d'exercice*/
.tableau-agence th:nth-child(4) {
	width: 20%;
}
/*Cumul premier exercice*/
.tableau-agence th:nth-child(5) {
	width: 20%;
}
/*Collaborateurs*/
.tableau-agence th:nth-child(6) {
	width: 5%;
}
/*Actions Ht*/
.tableau-agence th:nth-child(7) {
	width: 5%;
}

/*
-------------------------------------------------
  Tableau Ventes Membre
-------------------------------------------------
*/
/*Nom & Prénom*/
.tableau-vente-membre th:nth-child(1) {
	width: 33%;
}
/*Agence*/
.tableau-vente-membre th:nth-child(2) {
	width: 33%;
}
/*Montant*/
.tableau-vente-membre th:nth-child(3) {
	width: 33%;
}

/*
-------------------------------------------------
  Agence date exercice
-------------------------------------------------
*/

.agence {
	margin: 10px;
}

.agence-date-exercice {
	display: none;
}

/*
-------------------------------------------------
  Membre palier
-------------------------------------------------
*/

.palier {
	margin: 10px;
}

.palier-predefinis {
	display: none;
}

.palier-personnalise {
	display: none;
}
.palier-date {
	display: none;
}
/*
-------------------------------------------------
  Dashboard
-------------------------------------------------
*/

.dashboard-menu {
	margin: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dashboard-sous-menu {
	margin: 10px;
	padding: 10px;
	width: 23%;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-radius: 15px;
}

.dashboard-sous-menu:nth-child(1) {
	background-color: #08828f;
}
.dashboard-sous-menu:nth-child(2) {
	background-color: #0b3b57;
}
.dashboard-sous-menu:nth-child(3) {
	background-color: #ff6469;
}
.dashboard-sous-menu:nth-child(4) {
	background-color: #ce1e26;
}

.dashboard-image-vente {
	background-image: url(/src/images/facturation.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100px;
	width: 100px;
}

.dashboard-image-euro {
	background-image: url(/src/images/euro.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100px;
	width: 100px;
}

.dashboard-image-diagramme {
	background-image: url(/src/images/diagramme.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100px;
	width: 100px;
}

.dashboard-sous-menu-titre {
	font-size: 2rem;
	font-weight: bold;
}

.dashboard-sous-menu-info {
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.dashoard-graph {
	margin: 20px 40px;
	display: flex;
	justify-content: start;
	align-items: start;
}

.dashboard-contenant-liste-membre {
	margin: 20px;
}

.dashboard-contenant-tableau-membre {
	width: 700px;
	background-color: #fff;
	align-items: center;
	border: 1px solid #cecece;
	-webkit-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.2);
	margin: 20px;
	padding: 20px;
	border-radius: 5px;
}

/*
-------------------------------------------------
  Synthese vente
-------------------------------------------------
*/

.synthese-menu {
	margin: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.synthese-sous-menu {
	margin: 10px 20px;
	padding: 15px;
	display: block;
	width: 75%;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-radius: 15px;
}

.synthese-sous-menu:nth-child(1) {
	background-color: #08828f;
}
.synthese-sous-menu:nth-child(2) {
	background-color: #0b3b57;
}
.synthese-sous-menu:nth-child(3) {
	background-color: #ff6469;
}

.synthese-image-vente {
	background-image: url(/src/images/facturation.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100px;
	width: 100px;
}

.synthese-image-euro {
	background-image: url(/src/images/euro.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100px;
	width: 100px;
}

.synthese-image-diagramme {
	background-image: url(/src/images/diagramme.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100px;
	width: 100px;
}

.synthese-sous-menu-titre {
	font-size: 2rem;
	font-weight: bold;
}

.synthese-sous-menu-info {
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.synthese-container {
	width: 100%;
	margin: 20px;
	display: flex;
}
.synthese-donut {
	width: 30%;
	text-align: center;
}
.synthese-container h2 {
	font-size: 1, 5rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.synthese-secondaire {
	width: 70%;
}
.synthese-secondaire ul {
	margin: 5px;
}
.synthese-secondaire li {
	margin: 3px;
}

.paye {
	filter: grayscale(100%);
	transition: all 0.5s ease;
}
.paye:hover {
	filter: grayscale(0%);
}

/*
-------------------------------------------------
 Liste Palier
-------------------------------------------------
*/

.bloc-img-palier {
	margin: 20px;
	background-image: url(/src/images/tableau-de-bord.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	width: 350px;
}

.container-palier {
	margin-left: 10px;
	margin-top: 40px;
}
.card-palier {
	background-color: #fff;
	align-items: center;
	border: 1px solid #cecece;
	-webkit-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.2);
	margin: 20px;
	padding: 20px;
	border-radius: 5px;
}

.ul-active {
	background-color: #ff6469;
}

.ul-inactive {
	background-color: #ccc;
}

/*
-------------------------------------------------
 Membre ADD et UPDATE
-------------------------------------------------
*/

.bloc-img-membre {
	margin: 20px;
	background-image: url(/src/images/equipe.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	width: 350px;
}

.container-membre {
	margin-left: 10px;
	margin-top: 40px;
}

/*
-------------------------------------------------
 Bien ADD et UPDATE
-------------------------------------------------
*/

.bloc-img-bien {
	margin: 20px;
	background-image: url(/src/images/immobilier.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	width: 350px;
}

.container-bien {
	margin-left: 10px;
	margin-top: 40px;
}

/*
-------------------------------------------------
 Vente ADD et UPDATE
-------------------------------------------------
*/

.bloc-img-vente {
	margin: 20px;
	background-image: url(/src/images/vente.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
	width: 350px;
}

.container-vente {
	margin-left: 10px;
	margin-top: 40px;
}

/*
-------------------------------------------------
 Footer
-------------------------------------------------
*/
.footer {
	top: 20px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
