*,
::after,
::before {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #DCDCDD;
  opacity: 0.4;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #DCDCDD;
  opacity: 0.4;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #DCDCDD;
  opacity: 0.4;
}

::-webkit-scrollbar {
  display: none;
}

body {
  min-height: 100vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

p,
a {
  display: block;
  color: #115D71;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  line-height: 144.99%;
}

i {
  font-family: "Material Icons";
  font-style: normal;
  color: #DCDCDD;
}

input {
  margin: 0.94em 0;
  padding: 20px 30px;
  font-size: 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #1985A1;
  border: 1px solid #1985A1;
  color: #DCDCDD;
}

button {
  padding: 0.94em 1.88em;
  background: #167891;
  border: none;
  color: #DCDCDD;
  font-size: 16px;
}
button:hover {
  background: #146A81;
}

button,
input[type=file] {
  cursor: pointer;
}

form button {
  margin-top: -0.34em;
}

.container {
  display: flex;
  min-height: inherit;
}
.container aside {
  flex: 1;
  background-color: #1985A1;
}
.container aside.dark {
  background-color: #46494C;
}
.container aside::-webkit-scrollbar {
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
}
.container main {
  flex: 2;
  background-color: #DCDCDD;
}
.container main::-webkit-scrollbar {
  display: none;
  overflow-y: hidden;
  overflow-x: hidden;
}
.container main img {
  position: fixed;
  height: auto;
  width: 50%;
  margin-top: 11.5em;
  object-fit: cover;
}
@media screen and (max-height: 960px) {
  .container main img {
    width: 50%;
    margin-top: 8em;
  }
}

aside .profil-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.31em;
}
aside .form-container {
  display: flex;
  flex-direction: column;
  width: 90%;
}
aside .profil-container_loged {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profil-container .profil-group {
  display: flex;
  align-items: center;
}
.profil-container .profil-group .circle-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12.13em;
  height: 12.13em;
  background: #167891;
  border-radius: 100px;
}
.profil-container .profil-group .circle-img :nth-child(1) {
  font-size: 92px;
  cursor: default;
}
.profil-container .profil-group .circle-add-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  background: #146A81;
  border-radius: 32px;
  margin-bottom: -150px;
  margin-left: -50px;
  cursor: pointer;
}
.profil-container .profil-group .circle-add-img :nth-child(1) {
  font-size: 28.2759px;
}

.form-container {
  margin-bottom: 1.25em;
}
.form-container--modif {
  justify-content: space-around !important;
  text-align: center;
  flex-direction: row !important;
  margin-top: 2.48em !important;
  align-items: center !important;
}
.form-container p {
  margin-top: 1.48em;
}
.form-container .row {
  flex-direction: row !important;
}
.form-container .row a {
  transition: transform 0.2s;
}
.form-container .row a:hover {
  transform: scale(1.2);
}
.form-container .circle-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.06em;
  height: 6.06em;
  background: #167891;
  border-radius: 100px;
}
.form-container .circle-btn i {
  font-size: 48px;
}
.form-container .btn-small {
  padding: 0.94em 1.88em;
  border: none;
  font-size: 16px;
}
.form-container .form-inline-group {
  display: flex;
}
.form-container .form-inline-group :nth-child(1):not(.select, select) {
  margin-right: 1em;
  flex: 1;
  width: 100%;
}
.form-container .form-inline-group :nth-child(2) {
  flex: 1;
  width: 100%;
}

.profil-container_loged {
  display: flex;
  flex-direction: column;
  margin-top: 0em !important;
}
.profil-container_loged .profil {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-bottom: 1.38em;
  padding-top: 1.44em;
  background-color: #1985A1;
}
.profil-container_loged .tabs-content {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #4C5C68;
}
.profil-container_loged .tabs-content p {
  color: #C5C3C6;
}
.profil-container_loged .search-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.profil-container_loged .list-content p {
  color: #DCDCDD;
  opacity: 0.3;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin: 15.72em 3.5em;
  text-align: center;
}

.title-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1.25em;
}
.title-container h1 {
  margin-top: 1.5em;
  font-size: 32px;
  color: #DCDCDD;
}
.title-container p {
  width: 70%;
  margin-top: 5%;
  text-align: center;
}

.notHaveAccount {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 8em 7.06em;
  width: 100%;
}
.notHaveAccount--modif {
  margin: 7.2em 7.06em;
}
.notHaveAccount p {
  margin-bottom: 1.06em;
}

.profil :nth-child(2) {
  margin-right: 1.13em;
  word-wrap: break-word;
}
.profil h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 144.99%;
  color: #DCDCDD;
}
.profil :nth-child(2) :not(h1) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.profil :nth-child(2) :not(h1) p {
  margin-right: 0.3em;
}
.profil :nth-child(2) :not(h1) i {
  color: #115D71;
  margin-right: 0.3em;
}
.profil .circle-profil-img {
  width: 4em;
  height: 4em;
  background: #167891;
  border-radius: 100px;
  margin: 0 1.25em;
}
.profil .circle-profil-img :nth-child(1) {
  width: 4em;
  height: 4em;
  border-radius: 100px;
}

.tabs-content [type=checkbox]:checked,
.tabs-content [type=checkbox]:not(:checked),
.tabs-content [type=radio]:checked,
.tabs-content [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  visibility: hidden;
}
.tabs-content .checkbox:checked + label,
.tabs-content .checkbox:not(:checked) + label {
  position: relative;
  width: 70px;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  margin: 17px 0;
  margin-top: 100px;
  height: 6px;
  border-radius: 4px;
  z-index: 100 !important;
}
.tabs-content .checkbox-tools:checked + label,
.tabs-content .checkbox-tools:not(:checked) + label {
  position: relative;
  display: inline-block;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: all 300ms linear;
  color: #DCDCDD;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
.tabs-content .checkbox-tools:not(:checked) + label {
  background-color: #4C5C68;
}
.tabs-content .checkbox-tools:checked + label {
  background-color: transparent;
  background-color: #49535A;
}
.tabs-content .checkbox-tools:not(:checked) + label:hover {
  background-color: #4C5C68;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.search-bar .search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 85%;
  background-color: #49535A;
}
.search-bar .search-container--etu {
  width: 100% !important;
}
.search-bar .search-container i {
  color: #DCDCDD;
  opacity: 0.3;
  margin-left: 1.19em;
  font-size: 18px;
}
.search-bar #search {
  background: none #49535A;
  margin: 0 !important;
  border: none;
  outline: none;
  width: 100%;
  margin-left: -1em !important;
}
.search-bar #search::placeholder {
  font-size: 16px;
}
.search-bar .btn-add-stage {
  width: 15%;
}
.search-bar .btn-add-stage i {
  font-size: 22px;
}
.search-bar .btn-add-stage button {
  border: none;
  padding: 1.03em 0;
  width: 100%;
}

select {
  width: 100%;
  appearance: none;
  outline: 0;
  border: 1px solid #1985A1;
  box-shadow: none;
  border-radius: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #1985A1;
  margin: 0.94em 0;
  padding: 20px 30px;
  color: #80afbf;
  font-size: 16px;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

.select {
  position: relative;
  overflow: hidden;
}
.select::after {
  content: "expand_more";
  font: normal 28px/1 "Material Icons";
  color: #DCDCDD;
  position: absolute;
  top: 0.55em;
  right: 0;
  padding: 0.55em;
  background-color: #167891;
  transition: 0.25s all ease;
  pointer-events: none;
}
.select:hover::after {
  color: white;
}

input[type=file] {
  width: 100%;
  appearance: none;
  outline: 0;
  border: 1px solid #1985A1;
  box-shadow: none;
  border-radius: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), #1985A1;
  margin: 0.94em 0;
  padding: 20px 30px;
  color: rgba(0, 0, 0, 0);
  font-size: 16px;
  cursor: pointer;
}
input[type=file]::-webkit-file-upload-button {
  display: none;
}
input[type=file]::before {
  content: attr(data-text);
  display: inline-block;
  color: #DCDCDD;
  opacity: 0.4;
}

.input-file {
  position: relative;
  overflow: hidden;
}
.input-file::after {
  content: "description";
  font: normal 28px/1 "Material Icons";
  color: #DCDCDD;
  position: absolute;
  top: 0.55em;
  right: 0;
  padding: 0.56em;
  background-color: #167891;
  transition: 0.25s all ease;
  pointer-events: none;
}
.input-file:hover::after {
  color: white;
}

.margin-b--1 {
  margin-bottom: 1em;
}

.margin-b--1-5 {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1024px) {
  main {
    flex: none !important;
  }
}
@media screen and (max-width: 414px) {
  .select::after {
    font: normal 20px/1 "Material Icons";
    top: 0.78em;
    padding: 1em;
    right: 0.03em;
  }

  .input-file::after {
    font: normal 20px/1 "Material Icons";
    top: 0.8em;
    padding: 1em;
    right: 0.03em;
  }

  .search-container {
    width: 80% !important;
  }
  .search-container #search {
    border-radius: 0;
    padding: 1.28em 0 !important;
    margin-left: 0.25em !important;
  }

  .btn-add-stage {
    width: 20% !important;
  }
  .btn-add-stage button {
    padding: 1.06em 0 !important;
  }

  .tabs-content--decrease label {
    font-size: 12px !important;
  }
  .tabs-content--decrease p {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 375px) {
  .tabs-content label {
    font-size: 12px !important;
  }
  .tabs-content--decrease label {
    font-size: 10px !important;
  }
  .tabs-content--decrease p {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 320px) {
  .tabs-content label {
    font-size: 10px !important;
  }
  .tabs-content p {
    font-size: 10px !important;
  }
  .tabs-content--decrease label {
    font-size: 8px !important;
  }
  .tabs-content--decrease p {
    font-size: 10px !important;
  }

  .profil :nth-child(2) {
    margin-right: 1.13em;
    word-wrap: break-word;
  }
  .profil h1 {
    font-size: 16px;
  }
  .profil :nth-child(2) :not(h1) {
    font-size: 12px;
  }

  .search-bar i {
    font-size: 14px !important;
  }
  .search-bar input::placeholder {
    font-size: 14px !important;
  }
  .search-bar .btn-add-stage button {
    padding: 1.28em 0 !important;
  }
}
@media screen and (max-width: 1366px) {
  aside {
    flex: 2 !important;
  }

  main img {
    width: 48% !important;
    height: auto;
    top: 10em;
  }
}
