@import url("https://fonts.googleapis.com/css?family=Aclonica&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
* {
  margin: 0px;
  padding: 0px;
}

header a {
  text-decoration: none;
}
header a:visited {
  color: #FFF;
}
header a:hover {
  color: #df723e;
  transition-duration: 0.5s;
}
header ul {
  display: flex;
  margin-top: 2.2vh;
}
header ul li {
  display: flex;
}
header ul li a {
  color: #FFF;
  font-size: 1.45em;
  word-spacing: 0.2em;
}
header ul li .text {
  padding-top: 3.5vh;
}
header ul li:first-child {
  flex-grow: 2;
  padding-left: 8vw;
}
header ul li:not(:first-child) {
  padding-top: 2.2vh;
  flex-grow: 0.6;
}
header ul li:last-child {
  padding-right: 5.5vw;
}
header #logo {
  width: 165px;
  padding: 0.5vh 0 0 8vw;
}
header .underline-header {
  width: 5.35vw;
  border-bottom: 4px solid #df723e;
  margin-left: 16.7vw;
  margin-top: -1.2vh;
  border-radius: 100px;
}

.hd_message {
  font-size: 1.5em;
  text-align: center;
  margin-top: -3vh;
}

.error {
  color: crimson;
}

.success {
  color: mediumseagreen;
}

.active a {
  text-decoration: none;
  color: #df723e;
  transition-duration: 0.5s;
}
.active a:visited {
  color: #df723e;
}

.sidebar {
  margin: -3vh 0 0 11vw;
  padding: 0 0 4vh 0;
  display: flex;
  flex-direction: column;
  width: 20%;
  color: white;
}
.sidebar ion-icon {
  font-size: 20px !important;
  color: #FFF;
  padding-right: 0.4vw;
}

.countAndLink {
  color: grey;
  padding-left: 0.4vw;
}

.sidebar-first-container {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.sidebar-first-items {
  display: flex;
}

.sidebar-first-items a:hover {
  color: #DF723E;
  transition-duration: 0.5s;
}

hr {
  width: 65%;
  border: 1px solid #DF723E;
  opacity: 0.7;
}

#filtres {
  margin-top: 1vw;
  text-transform: uppercase;
  font-weight: bold;
}

.sidebar-filtres-container {
  display: flex;
  flex-direction: column;
  font-size: 1.05em;
  margin: 1vw 0 0 1vw;
  list-style: none;
}

.sidebar-filtres-items {
  margin: 1vw 0 1vw 1.5vw;
  display: flex;
  flex-direction: column;
  list-style: none;
}

.sidebar-filtres-items li {
  margin: 0.5vh 0 0.5vh 0;
}

.sidebar-filtres-items li > a:hover {
  color: #DF723E;
  transition-duration: 0.5s;
}

footer {
  margin-bottom: 2vh;
  margin-top: 8vh;
}
footer div ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
footer ion-icon {
  font-size: 32px;
  color: #8D8D8D;
}
footer ion-icon:hover {
  color: #df723e;
  transition-duration: 0.5s;
}

.underline-footer {
  width: 34.3vw;
  border-bottom: 4px solid #df723e;
  border-radius: 100px;
  margin-top: 1.5vh;
}

main {
  justify-content: center;
}
main .index-space-bot {
  margin-bottom: 15vh;
}
main .calltoaction {
  margin: 2vh 0 2vh 16.7vw;
  width: 30%;
}
main h3 {
  color: #FFF;
  font-size: 1.8em;
}
main a {
  text-decoration: none;
  color: #FFF;
}
main div ul {
  display: flex;
  justify-content: center;
  margin-top: 3.5vh;
  margin-left: 3vw;
  margin-right: 3vw;
}
main div ul li h4 {
  color: #FFF;
  font-size: 1.5em;
  margin-bottom: 2.4vh;
}
main div ul li h4 .h_gris:hover {
  color: #3b3b3b;
  transition-duration: 0.5s;
}
main div ul li h4 .h_orange:hover {
  color: #df723e;
  transition-duration: 0.5s;
}
main div ul li p {
  color: #FFF;
}
main div ul li.container_orange {
  background-color: #df723e;
  width: 14.5vw;
  height: 25.16vh;
  padding: 3vh;
  margin-left: 3.5vw;
  margin-right: 3.5vw;
  list-style: none;
}
main div ul li.container_gris {
  background-color: #3b3b3b;
  width: 14.5vw;
  height: 25.16vh;
  padding: 3vh;
  margin-left: 3.5vw;
  margin-right: 3.5vw;
  list-style: none;
}
main div ul li.container2 {
  position: absolute;
  margin-left: 26vw;
  margin-top: 2.8vh;
  background-color: #df723e;
  width: 17.5vw;
  height: 31.2vh;
  z-index: -1;
}
main ion-icon {
  font-size: 48px;
  color: #FFF;
  margin-bottom: 1.8vh;
}

#index_btn {
  font-size: 1.6em;
  margin-left: 20vw;
}
#index_btn:hover {
  color: #df723e;
  transition-duration: 0.5s;
}

.about h3 {
  text-align: center;
  font-size: 2.6em;
}

.about_container {
  display: flex;
  flex-direction: column;
  margin-left: 5vw;
}

.about_content {
  display: flex;
  margin-top: 10vh;
  margin-left: 4vw;
  margin-right: 4.5vw;
}
.about_content:nth-child(2) {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 12vw;
}
.about_content:nth-child(4) {
  display: flex;
  flex-direction: row-reverse;
  .
            margin-right: 12vw;
}
.about_content:nth-child(6) {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 12vw;
}
.about_content h4 {
  color: #FFF;
  font-size: 1.3em;
  margin-bottom: 2vh;
}
.about_content .display_content {
  display: flex;
  flex-direction: column;
  width: 42%;
  margin-top: 6vh;
  margin-left: 4vw;
  margin-right: 4.5vw;
  margin-bottom: 9vh;
  color: #8D8D8D;
  font-size: 1.08em;
}
.about_content img {
  width: 700px;
}

.underline-about {
  width: 4.5vw;
  border-bottom: 3px solid #df723e;
  border-radius: 100px;
  margin-bottom: 3.5vh;
}

.contact {
  color: #FFF;
  text-align: center;
  font-size: 1.9em;
}
.contact .link:hover {
  color: #df723e;
  transition-duration: 0.5s;
}
.contact h5 {
  font-size: 0.54em;
  margin-top: 4vh;
}

.form {
  color: #FFF;
  margin-top: 7vh;
  margin-left: 41.2vw;
}
.form .form_content {
  display: flex;
  flex-direction: column;
  font-size: 1.3em;
  width: 32%;
  margin-top: 3.5vh;
}
.form .form_content .form_title {
  display: flex;
}
.form .form_content .form_title h3 {
  font-size: 1.15em;
  padding-top: 0.35vh;
  margin-left: 1vw;
  width: 60%;
}
.form .form_content ion-icon {
  font-size: 35px;
}
.form .form_content input {
  font-size: 0.9em;
  border: none;
  border-radius: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 75%;
  margin: 0 auto;
  transition-duration: 0.5s;
}
.form .form_content input:focus {
  width: 82.5%;
  outline: none !important;
  border-bottom: 3px solid #df723e;
  transition-delay: 0.2s;
  transition-duration: 0.5s;
}
.form .form_content select {
  font-size: 0.9em;
  border: none;
  border-radius: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 75%;
  margin: 0 auto;
}
.form .form_btn_connect {
  border: none;
  border-radius: 2px;
  background-color: #df723e;
  color: #FFF;
  font-size: 1.12em;
  font-weight: 500;
  padding: 5px;
  margin-top: 3.5vh;
  margin-left: 10.3vw;
}
.form .form_btn_connect:hover {
  border: 1px solid #FFF;
  transition-duration: 0.5s;
}
.form .form_btn_create {
  border: none;
  border-radius: 2px;
  background-color: #df723e;
  color: #FFF;
  font-size: 1.12em;
  font-weight: 500;
  padding: 5px;
  margin-top: 3.5vh;
  margin-left: 12.8vw;
}
.form .form_btn_create:hover {
  border: 1px solid #FFF;
  transition-duration: 0.5s;
}
.form .form_btn_create_article {
  border: none;
  border-radius: 2px;
  background-color: #df723e;
  color: #FFF;
  font-size: 1.12em;
  font-weight: 500;
  padding: 5px;
  margin-top: 3.5vh;
  margin-left: 10.4vw;
}
.form .form_btn_create_article:hover {
  border: 1px solid #FFF;
  transition-duration: 0.5s;
}
.form .form_btn_recup {
  border: none;
  border-radius: 2px;
  background-color: #df723e;
  color: #FFF;
  font-size: 1.12em;
  font-weight: 500;
  padding: 5px;
  margin-top: 3.5vh;
  margin-left: 13vw;
}
.form .form_btn_recup:hover {
  border: 1px solid #FFF;
  transition-duration: 0.5s;
}

.compte h3 {
  display: flex;
  justify-content: center;
}

.recup_last {
  margin-bottom: 21.8vh;
}

.space_last {
  margin-bottom: 2.5vh;
}

.form_last {
  margin-top: 4.9vh;
  margin-left: 2.2vw;
  width: 21%;
  font-size: 1.1em;
}
.form_last a:hover {
  color: #df723e;
  transition-duration: 0.5s;
}

.searchcontent {
  margin-left: 16.8vw;
}
.searchcontent ul {
  display: flex;
  flex-direction: column;
  margin-top: 4vh;
}
.searchcontent ul li {
  display: flex;
  color: #FFF;
  margin-top: 4.5vh;
  margin-left: 3vw;
  font-size: 1.35em;
}

.confidentialite_content {
  width: 45%;
  margin: 0 auto;
}
.confidentialite_content p {
  color: #FFF;
  font-size: 1.05em;
  margin-top: 6.5vh;
}
.confidentialite_content p:first-child {
  margin-top: 12vh;
}

.termes_content {
  color: #FFF;
  margin: 0 auto;
  width: 65%;
}
.termes_content h3 {
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 5vh;
}
.termes_content h4 {
  font-size: 1.65em;
  margin-top: 8vh;
  margin-bottom: 5vh;
  color: #df723e;
}

.Container {
  margin: -85vh 0 0 27.9vw;
  padding: 0 0 0 0;
  height: 65vh;
}

.articleMenu {
  margin-top: 10vh;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 1.2em;
}

.articlesubmenu {
  padding-left: 15px;
}

input {
  border-radius: 3px;
  border-style: none;
  height: 2.2vh;
  width: 8vw;
  margin-left: 0.4vw;
}

.articlesubbtn {
  padding: 2px 7px 3px 7px;
  border: 1px solid #FFF;
  border-radius: 5px;
}

.articlesubbtn:hover {
  background-color: rgba(194, 96, 50, 0.9);
  transition-duration: 0.5s;
}

#cust-table {
  width: 92%;
  text-align: center;
  margin-top: 2vh;
  border-collapse: collapse;
}

.table-fixed thead {
  width: 100%;
}

.table-fixed tbody {
  height: 440px;
  overflow-y: auto;
  width: 100%;
}

th {
  vertical-align: middle;
  text-align: center;
  background-color: #c56538;
  color: #fff;
  height: 50px;
}

tr {
  min-height: 60px;
}

td {
  color: #f0f0f0;
}

tr:nth-child(even) {
  background: rgba(124, 124, 124, 0.5);
  border-radius: 2px;
}

.col-body {
  padding: 1vh 0 1vh 0;
}

main {
  justify-content: center;
}
main .index-space-bot {
  margin-bottom: 15vh;
}
main .calltoaction {
  margin: 2vh 0 2vh 16.7vw;
  width: 30%;
}
main h3 {
  color: #FFF;
  font-size: 1.8em;
}
main a {
  text-decoration: none;
  color: #FFF;
}
main div ul {
  display: flex;
  justify-content: center;
  margin-top: 3.5vh;
  margin-left: 3vw;
  margin-right: 3vw;
}
main div ul li h4 {
  color: #FFF;
  font-size: 1.5em;
  margin-bottom: 2.4vh;
}
main div ul li h4 .h_gris:hover {
  color: #3b3b3b;
  transition-duration: 0.5s;
}
main div ul li h4 .h_orange:hover {
  color: #df723e;
  transition-duration: 0.5s;
}
main div ul li p {
  color: #FFF;
}
main div ul li.container_orange {
  background-color: #df723e;
  width: 14.5vw;
  height: 25.16vh;
  padding: 3vh;
  margin-left: 3.5vw;
  margin-right: 3.5vw;
  list-style: none;
}
main div ul li.container_gris {
  background-color: #3b3b3b;
  width: 14.5vw;
  height: 25.16vh;
  padding: 3vh;
  margin-left: 3.5vw;
  margin-right: 3.5vw;
  list-style: none;
}
main div ul li.container2 {
  position: absolute;
  margin-left: 26vw;
  margin-top: 2.8vh;
  background-color: #df723e;
  width: 17.5vw;
  height: 31.2vh;
  z-index: -1;
}
main ion-icon {
  font-size: 48px;
  color: #FFF;
  margin-bottom: 1.8vh;
}

#index_btn {
  font-size: 1.6em;
  margin-left: 20vw;
}
#index_btn:hover {
  color: #df723e;
  transition-duration: 0.5s;
}

.account {
  color: #FFF;
  margin-top: -13vh;
}
.account .display-edit-menu {
  display: flex;
  margin-top: 2vh;
}
.account .edit-btn {
  display: flex;
  text-transform: uppercase;
  font-size: 1.15em;
  margin: 4.85vh 1vw 0 0;
  width: 40%;
}
.account .edit-btn:hover ion-icon {
  color: #df723e;
  transition-duration: 0.5s;
}
.account .edit-btn a:hover {
  color: #df723e;
  transition-duration: 0.5s;
}
.account .edit-btn ion-icon {
  font-size: 20px;
  padding-right: 0.4vw;
}
.account h3 {
  margin: 0 auto;
  padding-bottom: 1vh;
  width: 12.5%;
  font-size: 1.8em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
  border-bottom: 1px solid white;
}
.account h4 {
  padding: 6px;
  margin-right: 4vw;
  width: 90%;
  font-size: 1.33em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bolder;
  border: 1px solid #df723e;
  border-radius: 5px;
  color: #df723e;
}
.account .user-content-h4 {
  padding: 4vh 0 5vh 5.6vw;
  margin: 0 auto;
  width: 40%;
}
.account .content-block {
  display: flex;
  justify-content: space-around;
}
.account .user-content {
  width: 32%;
}
.account .user-content .inline-information {
  display: flex;
  font-size: 1.1em;
}
.account .user-content .user-information-title {
  color: #8D8D8D;
  text-transform: uppercase;
  margin: 0 0 1.7vh 1.5vw;
  flex: 0 0 37%;
  max-width: 37%;
}
.account .user-content .user-informations {
  margin: 0 0 1.7vh 3vw;
  flex: 0 0 63%;
  max-width: 63%;
}
.account .user-content .edit-item-btn {
  color: #8D8D8D;
  transition-duration: 0.5s;
  text-transform: uppercase;
  font-size: 0.8em;
}
.account .user-content .edit-item-btn:hover {
  color: #df723e;
  transition-duration: 0.5s;
}
.account .user-content .red {
  color: crimson !important;
  transition-duration: 0.5s;
}
.account .user-content .red:hover {
  color: white !important;
  transition-duration: 0.5s;
}

main {
  margin-top: 2.4vh;
}

.form-profile-btn {
  margin: 4.5vh 8vw 0 0;
  padding: 0 0 0 1.2vw;
}
.form-profile-btn button {
  padding: 5px;
  background: none !important;
  border: 1px solid #FFF;
  border-radius: 3px;
  font-size: 1.02em;
  color: #FFF;
  transition-duration: 0.5s;
  cursor: pointer;
}
.form-profile-btn button:hover {
  background: rgba(194, 96, 50, 0.9) !important;
}

.disabled {
  color: #8D8D8D !important;
}
.disabled h4 {
  border: 1px solid #8D8D8D;
}

.editing input {
  width: 60%;
  padding: 2.5px;
}
.editing input:focus {
  width: 61.5%;
  outline: none !important;
  border-bottom: 3px solid #df723e;
  transition-delay: 0.2s;
  transition-duration: 0.5s;
}

.article-informations {
  margin: 0 0 0 9.2vw;
  flex: 0 0 63%;
  max-width: 63%;
}
.article-informations .displayed-articles {
  margin-top: 2.5em;
}
.article-informations .displayed-articles:first-child {
  margin-top: 0;
}
.article-informations .item-descriptions {
  display: flex;
}
.article-informations .item-descriptions .little-space {
  padding-right: 0.75vw;
}

.item-information-title {
  display: flex;
  justify-content: space-between;
  color: #8D8D8D;
  text-transform: uppercase;
  margin: 0 0 1.7vh 1.5vw;
  flex: 0 0 37%;
  max-width: 45%;
}

.item-information-modification {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #8D8D8D;
  text-transform: uppercase;
  margin: 0 0 1.7vh 1.5vw;
  flex: 0 0 37%;
  width: 70%;
}

.item-modification {
  display: flex;
  flex-direction: column;
}

.deleting-user {
  text-transform: uppercase;
  font-size: 1.3em;
  text-align: center;
}
.deleting-user .deleting-user-btn {
  color: crimson !important;
  transition-duration: 0.5s;
}
.deleting-user .deleting-user-btn:hover {
  color: #FFF !important;
  transition-duration: 0.5s;
}

body {
  background-color: #171717;
  font-family: "Lato", sans-serif;
}

main {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
