html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************/
/***** Global *****/
/******************/
body {
  background-color: #525252;
}

.bg-logged {
  background-color: #eaeaea;
}

.width-limited {
  max-width: 600px;
  margin: auto;
}

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

div {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  color: black;
  padding: 30px 10px;
  text-align: center;
}

.h1-title {
  border-bottom: solid 2px #8b8b8b;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 600px) {
  h1 {
    font-size: 18px;
    line-height: 20px;
    padding: 10px 5px;
  }
}
h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: black;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  color: #8b8b8b;
  margin: 20px;
}

/*******************/
/***** Z-index *****/
/*******************/
#o-menu-bg {
  z-index: 2;
}

#o-menu {
  z-index: 3;
}

.o-header {
  position: relative;
  z-index: 4;
}

#msgbox {
  z-index: 5;
}

/******************/
/***** Header *****/
/******************/
.o-header {
  background-color: black;
  display: none;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 40px;
}

.header-logo-img {
  width: 260px;
}

@media (max-width: 600px) {
  .header {
    height: 70px;
    padding: 0 25px;
  }
  .header-logo-img {
    width: 200px;
  }
}
/*******************/
/***** xbutton *****/
/*******************/
.xbutton {
  display: inline-block;
  margin: 10px;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s;
}

.xbutton-icon img {
  width: 50px;
  height: 50px;
}

@media (max-width: 600px) {
  .xbutton-icon img {
    width: 30px;
    height: 30px;
  }
}
.xbutton:hover {
  transform: scale(1.2);
}

/****************/
/***** Menu *****/
/****************/
#o-menu {
  position: absolute;
  display: none;
  background-color: #373737;
  width: 100%;
}

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

#o-menu a {
  display: block;
  color: #cacaca;
  text-transform: uppercase;
  padding: 30px;
  text-decoration: none;
  border-bottom: 1px solid #262626;
  width: 100%;
  text-align: center;
  transition: all 0.6s;
}

#o-menu a:hover {
  display: block;
  background-color: #555454;
}

#o-menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

/******************/
/***** Msgbox *****/
/******************/
#msgbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#msgbox-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#msgbox-content {
  position: relative;
  padding: 20px 30px 20px 30px;
  background-color: black;
  border-radius: 2px;
  color: white;
  text-align: center;
  min-width: 300px;
  max-width: 600px;
}

#msgbox h3 {
  font-size: 22px;
  line-height: 24px;
  color: white;
}

#msgbox-content > p {
  font-size: 16px;
  margin: 22px 10px;
}

@media (max-width: 700px) {
  #msgbox-content {
    max-width: 90%;
  }
}
.msgbox-icon {
  width: 60px;
  height: 60px;
}

.eps_splash {
  position: relative;
  min-height: 100vh;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.eps_splash_logo {
  position: absolute;
  width: 80%;
  max-width: 500px;
  top: 60px;
}

.eps_splash_mainbutton {
  text-align: center;
}

.eps_splash_mainbutton a {
  display: inline-block;
  background-color: #1890da;
  color: white;
  padding: 15px;
  margin: 15px;
  max-width: 300px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 10px;
  border: solid 1px #1890da;
  text-decoration: none;
}

input[type=text],
input[type=password] {
  font-family: "Roboto", sans-serif;
  margin: 10px;
  outline: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  color: black;
  padding: 10px;
  width: calc(100% - 20px);
  border: none;
}

input:focus {
  border-color: black;
  outline: none;
}

label {
  font-size: 14px;
  color: #666666;
}

#form-login {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#form-login input[type=text],
#form-login input[type=password] {
  background-color: #212121;
  color: #999999;
  text-align: center;
  padding: 15px;
  width: 60vw;
  max-width: 300px;
  font-size: 16px;
  border-radius: 10px;
  border: solid 1px #212121;
  margin: 10px;
}
#form-login input[type=text]:focus,
#form-login input[type=password]:focus {
  border-color: #999999;
}

.form-error {
  text-align: center;
  padding: 0 20px;
}

/****************/
/***** List *****/
/****************/
.o-list {
  padding: 20px 40px;
}

@media (max-width: 550px) {
  .o-list {
    padding: 0;
  }
}
/**********************/
/***** Button Add *****/
/**********************/
.list-add {
  padding-bottom: 20px;
  border-bottom: solid 2px #d5d5d5;
}

@media (max-width: 550px) {
  .list-add {
    padding-bottom: 0;
  }
}
.list-add-button {
  height: 70px;
  background-color: #373737;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.6s;
  margin: 20px 40px;
}

.list-add-button:hover {
  background-color: black;
}

.list-add-button img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.list-add-button p {
  font-weight: 300;
  font-size: 18px;
}

@media (max-width: 600px) {
  .list-add-button p {
    font-size: 14px;
  }
}
/*****************/
/***** Shows *****/
/*****************/
.list-show {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
  border-bottom: solid 2px #d5d5d5;
  cursor: pointer;
  padding: 20px 0;
}

.list-show-preview {
  position: relative;
  width: 220px;
  height: 247px;
  background-size: cover;
  margin: auto;
}

.list-show-title {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
  padding: 40px;
}

.list-show:hover .list-show-title {
  background-color: white;
}

@media (max-width: 600px) {
  .list-show {
    display: grid;
    grid-template-columns: 1fr;
  }
  /*
  .list-show {
    grid-template-columns: 110px 1fr;
    gap: 20px;
  }
  .list-show-preview {
    width: 110px;
    height: 123px;
    background-color: antiquewhite;
  }
  */
}
/******************/
/***** Client *****/
/******************/
.list-client {
  display: grid;
  grid-template-columns: 1fr 70px;
  gap: 0;
  border-bottom: solid 2px #d5d5d5;
  cursor: pointer;
  padding: 0;
  transition: all 0.6s;
}

.list-client-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
  transition: all 0.6s;
}

.list-client-title:hover {
  background-color: white;
}

.list-client-action {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.edit-client {
  border-bottom: solid 2px #d5d5d5;
  padding: 20px 0;
  display: none;
}

.edit-client input {
  margin: 5px 0 15px;
}

.edit-client-action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.studio-nav .edit-client input {
  text-align: center;
}
.studio-nav .edit-client input {
  margin: 5px 0 10px;
}

@media (max-width: 600px) {
  .edit-client form {
    padding: 0 20px;
  }
}
/******************/
/***** Header *****/
/******************/
.studio-header {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: black;
  border-top: solid 3px #262626;
  padding-left: 20px;
}

.studio-header h1 {
  color: white;
  transform: translateY(-2px);
}

/***************/
/***** Nav *****/
/***************/
.studio-nav {
  background-color: #e2e2e2;
  width: 100%;
  height: 80px;
  padding: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.studio-nav h2 {
  display: block;
  text-align: center;
  font-size: 22px;
}

@media (max-width: 600px) {
  .studio-nav {
    height: 60px;
  }
  .studio-nav h2 {
    font-size: 16px;
  }
  .studio-nav .edit-client {
    border-bottom: none;
  }
}
.studio-nav-pdf {
  text-transform: uppercase;
  border: solid 2px black;
  border-radius: 5px;
  font-weight: 700;
  font-size: 12px;
  color: black;
  padding: 1px 2px;
  text-decoration: none;
  margin-left: 10px;
  transition: all 0.3s;
}

.studio-nav-pdf:hover {
  color: white;
  background-color: black;
}

/****************/
/***** Main *****/
/****************/
.studio-main {
  width: 100%;
  height: 200px;
  /*background-color: peachpuff;*/
  padding: 0;
  position: relative;
  background-size: cover;
}

.visual {
  position: absolute;
  transform-origin: top left;
  top: 0;
  left: 0;
}

.visual-picto {
  z-index: 1;
}

/*******************/
/***** Actions *****/
/*******************/
.studio-action {
  background-color: black;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.studio-action-2cols {
  grid-template-columns: 1fr;
}

.studio-action > div {
  border-right: solid 3px #262626;
  padding: 20px;
}

.studio-action > div:last-child {
  border-right: none;
}

.studio-action a img {
  width: 70px;
  height: 70px;
}

@media (max-width: 600px) {
  .studio-action a img {
    width: 40px;
    height: 40px;
  }
  .studio-action > div {
    padding: 10px;
  }
}
/*****************/
/***** Tools *****/
/*****************/
.studio-tools {
  background-color: #eaeaea;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.studio-tools > div {
  border-right: solid 3px #dbdbdb;
  padding: 20px 0px;
}

.studio-tools > div:last-child {
  border-right: none;
}

.studio-tools a img {
  width: 100px;
  height: 100px;
}

@media (max-width: 600px) {
  .studio-tools a img {
    width: 15vw;
    height: 15vw;
  }
  .studio-tools > div {
    padding: 0px;
  }
}
/**********************/
/***** Breakcrump *****/
/**********************/
.breadcrump {
  margin: 30px 20px;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 30px;
  border-bottom: solid 2px #d5d5d5;
}

.breadcrump a {
  color: black;
}

.breadcrump a:last-child {
  color: black;
  text-decoration: none;
}

@media (max-width: 600px) {
  .breadcrump {
    margin: 20px 10px;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 20px;
  }
}
/***************************/
/***** Select Category *****/
/***************************/
.select-category {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 300px;
}

.select-category a {
  height: 65px;
  width: 240px;
  margin: 10px;
  border: solid 2px #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: black;
  text-decoration: none;
  transition: all 0.6s;
}

.select-category a:hover {
  border-color: black;
}

.select-visuals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 100px;
  gap: 10px;
  margin: 20px;
}

.select-visuals-pictos {
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 450px) {
  .select-visuals {
    grid-template-columns: 1fr;
  }
  .select-visuals-pictos {
    grid-template-columns: 1fr 1fr;
  }
}
.select-visuals-address {
  grid-template-columns: 1fr;
}

.select-visual {
  position: relative;
  background-color: white;
  margin: 10px;
  padding: 0px;
}

.select-visuals-address .select-visual {
  padding: 3px;
}

.select-visual > svg {
  width: 100%;
  height: 100%;
}

.select-visual-frame {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 2px #1890da;
  top: 10px;
  left: 10px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s;
}

.select-visual:hover .select-visual-frame {
  opacity: 1;
}

.select-visual-selected {
  opacity: 1;
}

.select-visual-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.select-visual-empty img {
  width: 35%;
  margin: 30px;
}

.visual-color {
  margin: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: solid 2px #d5d5d5;
}

.visual-color .settings-color {
  padding: 0;
}

.visual-color p {
  margin-right: 40px;
  font-size: 22px;
}

@media (max-width: 600px) {
  .visual-color .color-select {
    width: 50px;
    height: 50px;
  }
  .visual-color .color-select-inside {
    width: 40px;
    height: 40px;
  }
  .visual-color p {
    font-size: 14px;
    margin-right: 10px;
  }
}
.o-settings h3 {
  margin-bottom: 10px;
}

.settings-select {
  border: solid 2px #bfbfbf;
  padding: 6px;
  margin: 10px;
}

.settings-select a {
  height: 65px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: black;
  text-decoration: none;
  transition: all 0.6s;
  padding: 6px 12px;
}

.settings-select:hover a {
  background-color: white;
}

.settings-select.selected {
  border-color: #1890da;
  color: #1890da;
}

.settings-select.selected a {
  background-color: white;
}

@media (max-width: 600px) {
  .settings-select a {
    height: 50px;
    font-size: 15px;
  }
}
.settings-sep {
  padding: 10px;
  margin: 0 20px;
  border-bottom: solid 2px #d5d5d5;
}

.settings-end {
  padding-bottom: 80px;
}

.material-select {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 10px;
}

@media (max-width: 450px) {
  .material-select {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.settings-color {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.color-select {
  margin: 0 10px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.color-select.selected {
  border: solid 2px #1890da;
}

.color-select-duo {
  width: 120px;
}

.color-select-inside {
  width: 60px;
  height: 60px;
  border-radius: 30px;
}

.color-select-inside-duo {
  width: 100px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-select-inside-left {
  width: 60px;
  height: 60px;
  border-radius: 30px 0 0 30px;
}

.color-select-inside-right {
  width: 60px;
  height: 60px;
  border-radius: 0 30px 30px 0;
}

/**** Export *****/
.export {
  padding: 30px;
  text-align: center;
}
.export h2 {
  font-size: 20px;
  font-weight: 700;
}
.export p {
  margin: 20px;
}
.export a {
  color: black;
}
.export .button-black {
  color: white;
  background-color: black;
  border-radius: 5px;
  padding: 8px 16px;
  text-decoration: none;
}
.export .visual,
.export .show-address {
  border: solid 1px #dbdcdc;
}
.export .show-address {
  width: 100%;
  height: 72px;
}
@media (max-width: 650px) {
  .export .show-address {
    height: 11.6vw;
  }
}
@media (max-width: 450px) {
  .export .show-address {
    height: 11.2vw;
  }
}
.export .export_infos {
  position: relative;
  text-align: left;
}
.export .export_infos p {
  margin: 10px 0;
}
.export .export_infos p.bold {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}
.export .export_infos b {
  font-weight: 700;
}
.export .export_date {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  font-size: 14px;
}
.export #export_visual {
  margin: 40px 0;
}
.export .export_colorspot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid 1px grey;
  margin-left: 10px;
  transform: translateY(1px);
}

/*****************/
/***** Admin *****/
/*****************/
.admin {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0;
}

.admin a {
  font-size: 16px;
  color: black;
  margin: 20px;
}

.admin-grid {
  margin: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.admin-grid div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
}

.admin-header {
  background-color: #aaa;
  font-weight: 700;
}

.admin-grid .admin-users {
  display: grid;
  grid-template-columns: 30px 250px 220px;
}

.admin-list {
  margin-left: 0;
}

.admin .ul-0 {
  list-style-type: square;
  list-style-position: inside;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.admin .ul-1 {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 15px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}

.admin .ul-2 {
  list-style-type: circle;
  list-style-position: inside;
  margin-left: 30px;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 400;
}

.admin-list a {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  padding: 4px 8px;
  border: solid 1px black;
  border-radius: 4px;
  transition: all 0.3s;
  background-color: white;
}

.admin-list a:hover {
  background-color: black;
  color: white;
}

.admin-visual-mini {
  display: grid;
  grid-template-rows: 150px 30px 10px;
  /*border: solid 1px black;*/
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin: 20px auto;
}

.admin-visual-mini img {
  height: 150px;
  background-color: white;
}

.admin-visual-mini p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.admin-visual-mini a {
  display: block;
  margin: 0;
  font-size: 12px;
}

.admin-upload {
  display: grid;
  margin: 20px auto;
  grid-template-columns: 150px 300px 35px 45px 100px;
  justify-content: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}

.admin-upload-invite {
  font-weight: 700;
}

.admin-submit {
  color: black;
  cursor: pointer;
}

@font-face {
  font-family: "Jost-Light";
  src: url(../font/Jost-Light.ttf);
}
@font-face {
  font-family: "Playfair Display";
  src: url(../font/PlayfairDisplay-Regular.ttf);
}
.show-address {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}

.show-address p {
  text-align: center;
}

.show-address-1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 14px;
}

.show-address-2 {
  font-family: "Jost-Light", sans-serif;
  font-weight: 300;
  font-size: 14px;
}