@charset "UTF-8";

/* v1.0 | 20080212 */

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

/* remember to define focus styles! */

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

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

html {
  position: relative;
  min-height: 100%;
  font-size: 17px;
}

body {
  background-color: #f4f7f6;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #4d545d;
}

h1 {
  font-family: "Roboto Mono";
  font-weight: 700;
  color: #000;
  word-wrap: break-word;
}

h2 {
  font-family: "Roboto Mono";
  font-weight: 700;
  color: #000;
}

h2 > span {
  text-transform: none;
  font-size: 25px;
}

h3 {
  font-family: "Roboto Mono";
  font-weight: 700;
  color: #000;
  font-size: 1.5em;
}

h4 {
  font-family: "Roboto Mono";
  font-weight: 700;
  color: #000;
}

h5 {
  font-family: "Roboto Mono";
  font-weight: 700;
  color: #000;
}

h6 {
  font-family: "Roboto Mono";
  font-weight: 700;
  color: #000;
}

@media only screen and (max-width: 700px) {
  h1 {
    font-size: 1.7em;
  }

  h2 {
    font-size: 1.4em;
  }

  h3 {
    font-size: 1.2em;
  }
}

p {
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: 1.7rem;
}

ul {
  list-style: disc;
  padding-left: 25px;
}

ol {
  list-style: decimal;
  padding-left: 25px;
}

ul li {
  font-size: 1rem;
  color: #000;
}

strong,
.bold {
  font-weight: 700;
}

.red {
  color: #c80000 !important;
}

.brown {
  color: #cf8e44;
}

.white {
  color: #fff;
}

a {
  color: #cf8e44;
}

a:hover {
  color: #cf8e44;
  text-decoration: underline;
}

a:focus {
  color: #cf8e44;
  text-decoration: none;
}

.tooltip-inner {
  white-space: pre-wrap;
}

/* deactivate yellow background on crhome */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #f6f9fc inset;
}

.form-group label {
  text-transform: uppercase;
  font-weight: 600;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  cursor: pointer;
}

.form-error label:first-child {
  color: #c80000;
}

.form-error label a {
  color: #c80000;
  text-decoration: underline;
}

.form-error input,
.form-error select,
.form-error textarea {
  border: 1px solid #c80000;
}

.form-group .error-empty {
  margin: 0;
}

.form-group .error-label {
  font-size: 13px;
  color: #E2482D;
  margin: 0;
  text-align: right;
  background: rgba(226, 72, 45, 0.3);
  margin-top: 0.1em;
  padding: 0.2em 1em;
  border-radius: 3px;
}

.form-group .saving {
  font-size: 13px;
  color: #387FBB;
  margin: 0;
  text-align: right;
  background: #d0e7f9;
  margin-top: 0.1em;
  padding: 0.2em 1em;
  border-radius: 3px;
}

.form-group .saved {
  font-size: 13px;
  color: #4BA669;
  margin: 0;
  text-align: right;
  background: #dcf2ce;
  margin-top: 0.1em;
  padding: 0.2em 1em;
  border-radius: 3px;
}

.form-control {
  background: #f6f9fc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  height: 40px;
  padding: 0px 15px;
}

.select2-container--default .select2-selection--multiple {
  border: 0.5px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  height: auto;
  padding: 0px 15px;
}

.form-error .select2-container--default .select2-selection--multiple {
  border: 1px solid #c80000;
}

.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 14px;
  color: #202121;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 14px 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #cf8e44;
  border: 1px solid #cf8e44;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px;
  margin-top: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}

textarea.form-control {
  height: 150px;
  padding: 20px 15px;
}

.custom-image-upload {
  width: 100%;
  background: #ccc;
  position: relative;
}

.custom-image-upload #inputimage {
  display: none;
  height: 0;
  width: 0;
}

.custom-image-upload .btn {
  width: 100%;
  height: 46px;
  left: 0;
}

.custom-image-upload .margeur-15,
.custom-image-upload .btn-action-img {
  margin: 0 !important;
}

.custom-image-upload .loading {
  padding: 15px 30px;
  color: #fff;
  font-weight: bold;
}

.custom-screenshot-upload,
.custom-file-upload {
  display: inline-block;
  padding: 0 !important;
  position: relative;
}

.custom-screenshot-upload .upload-background {
  width: 100%;
  background: #ccc;
}

.custom-screenshot-upload progress {
  width: 100%;
}

.custom-file-upload .upload-background {
  width: 100%;
  padding-top: 20%;
  background: #ccc;
}

.custom-file-upload .upload-background > div {
  margin-top: -20%;
}

.custom-screenshot-upload .upload-background > div > div,
.custom-file-upload .upload-background > div > div {
  padding: 1em;
}

.custom-screenshot-upload .upload-dropzone,
.custom-file-upload .upload-dropzone {
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: transparent;
}

.custom-screenshot-upload .upload-dropzone > div {
  font-weight: bold;
  text-align: center;
}

.custom-screenshot-upload .upload-foreground {
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.custom-screenshot-upload .upload-foreground > div > div {
  background: rgba(204, 204, 204, 0.8);
}

.custom-file-upload .upload-dropzone {
  padding-top: 20%;
}

.custom-file-upload .upload-dropzone > div {
  margin-top: calc(-10% - 1em);
  text-align: center;
}

.custom-screenshot-upload .upload-dropzone:hover,
.custom-screenshot-upload .upload-dropzone.nohover,
.custom-file-upload .upload-dropzone:hover,
.custom-file-upload .upload-dropzone.nohover {
  background: rgba(204, 204, 204, 0.6);
  color: #777;
}

.custom-screenshot-upload .ajax-img,
.custom-file-upload .ajax-file {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.custom-screenshot-upload .ajax-img {
  bottom: 46px;
}

.custom-file-upload .ajax-file {
  top: 20%;
}

.custom-screenshot-upload .btn,
.custom-file-upload .btn {
  width: 100%;
  height: 46px;
}

/* Base for label styling */

.custom-checkbox [type="checkbox"]:not(:checked),
.custom-checkbox [type="checkbox"]:checked,
.custom-radio [type="radio"]:not(:checked),
.custom-radio [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.custom-checkbox [type="checkbox"]:not(:checked) + label,
.custom-checkbox [type="checkbox"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label,
.custom-radio [type="radio"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */

.custom-checkbox [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox [type="checkbox"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before,
.custom-radio [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
  width: 1.4em;
  height: 1.4em;
  border: 2px solid #cf8e44;
  background: transparent;
  -webkit-transition: all .2s;
  transition: all .2s;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0,.1);*/
}

.custom-checkbox [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox [type="checkbox"]:checked + label:before {
  border-radius: 2px;
}

.custom-radio [type="radio"]:not(:checked) + label:before,
.custom-radio [type="radio"]:checked + label:before {
  border-radius: 0.7em;
}

/* checked mark aspect */

.custom-checkbox [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox [type="checkbox"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after,
.custom-radio [type="radio"]:checked + label:after {
  position: absolute;
  top: -8px;
  left: 4px;
  font-size: 1.3em;
  line-height: 0.8;
  color: #cf8e44;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.custom-checkbox [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox [type="checkbox"]:checked + label:after {
  content: '\2714';
}

.custom-radio [type="radio"]:checked + label:before {
  border-width: 0.4em;
}

/* checked mark aspect changes */

.custom-checkbox [type="checkbox"]:not(:checked) + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.custom-checkbox [type="checkbox"]:checked + label:after,
.custom-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* disabled checkbox */

.custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox [type="checkbox"]:disabled:checked + label:before,
.custom-radio [type="radio"]:disabled:not(:checked) + label:before,
.custom-radio [type="radio"]:disabled:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  /*border-color: #cf8e44;
  background-color: #ddd;*/
}

form input[type=submit],
form button {
  width: 100%;
  text-align: center;
}

form .btn.spinner {
  width: 100%;
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.editor-toolbar.fullscreen,
.CodeMirror-fullscreen,
.editor-preview-side {
  z-index: 99999 !important;
}

.card-shadow {
  box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
  -webkit-box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
  -moz-box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
}

.pixelated {
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
}

#login-form {
  padding: 0 20%;
}

#footer {
  background-color: #00162f;
  color: #fff;
  font-size: 12px;
  padding-bottom: 50px;
  bottom: 0;
  width: 100%;
  margin-top: 5rem;
}

#footer p {
  font-weight: 300;
  margin: 0;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #cf8e44;
  text-decoration: none;
}

#footer ul {
  padding: 0;
  list-style-type: none;
  font-size: 12px;
}

#footer .btn-group a {
  border: 1px solid #737373;
  background: #00162f;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
}

#footer .btn-group a.active {
  background: #cf8e44;
}

#footer .social a {
  font-size: 40px;
  margin-right: 4px;
}

#footer .social a svg {
  width: 35px;
}

#footer .social a .cls-1 {
  fill: #fff;
}

#footer .social a:hover .cls-1 {
  fill: #cf8e44;
}

#footer .social-follow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .social-follow .social-icon {
  font-size: 40px;
  display: block;
  float: left;
  margin-right: 10px;
  height: 100%;
  line-height: 0;
}

#footer .social-follow .social-body {
  display: block;
  float: left;
  height: 100%;
  padding-top: 8px;
}

#footer .social-follow .social-container {
  height: 40px;
}

#footer .reinsurance {
  padding: 2rem 0 2rem;
  border-bottom: 1px solid #8a8e94;
}

#footer .reinsurance p {
  font-weight: 700;
  color: #8a8e94;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 0px;
  }

  #footer {
    height: inherit;
    position: static;
  }
}

#footer h6 {
  color: #ddd;
}

.modal-header {
  border: 0px;
}

.modal-header .close .btn-close-hover {
  display: none;
}

.modal-header .close .btn-close {
  display: block;
}

.modal-header .close:hover .btn-close-hover {
  display: block;
}

.modal-header .close:hover .btn-close {
  display: none;
}

.modal-content {
  border: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: 7px solid #cf8e44;
}

.modal-content h1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  line-height: 26px;
}

.modal-content p {
  font-size: 14px;
}

.modal-content .dynamic-container {
  padding: 20px 50px 35px 50px;
}

.brevemodal .dynamic-container {
  padding: 0px;
}

.brevemodal .modal-content {
  border: 0px;
  border-radius: 10px;
}

.brevemodal .modal-header {
  display: none;
}

.modal .icon-success {
  display: none;
  text-align: center;
  font-size: 90px;
  color: #59B377;
  margin-top: -50px;
  opacity: 0;
}

@media (max-width: 768px) {
  body.modal-open {
    position: fixed;
  }

  .modal.fade {
    background: #fff;
  }

  .modal {
    padding: 0px !important;
  }

  .modal-dialog {
    width: 100%;
    margin: 0px !important;
  }

  .modal-content {
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-top: 0px;
  }

  .modal-content .dynamic-container {
    padding: 30px 20px 30px 20px;
  }

  .modal-check {
    display: none;
  }

  #dynamicmodal .modal-header button {
    display: block !important;
  }

  .modal .icon-success {
    display: block;
  }
}

.modal-check {
  position: absolute;
  top: -47px;
  left: 50%;
  margin-left: -47px;
}

.modal .separator {
  border-top: 1px solid #bac5cd;
  width: 100%;
}

.modal .separator p {
  width: 45px;
  margin: 0px auto;
  background: #fff;
  margin-top: -8px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: #A9A9A9;
}

.socialite_login_btn,
.login_with_email_btn {
  font-weight: bold;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-decoration: none !important;
  border-radius: 5px;
}

.socialite_login_btn:hover {
  color: #edaa5d;
}

.login_with_email_btn {
  color: white;
  background-color: #cf8e44;
  cursor: pointer;
}

.login_with_email_btn:hover {
  background-color: #edaa5d;
}

@media screen and (max-width: 600px) {
  .socialite_login_btn,
  .login_with_email_btn {
    font-size: .8em;
  }
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.row.d-flex:before,
.row.d-flex:after {
  display: none;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-items-flex-end {
  -webkit-box-align: flex-end !important;
  -ms-flex-align: flex-end !important;
  align-items: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.dropdown-menu li > a {
  padding: 8px 20px;
  display: block;
  color: #000;
}

.dropdown-menu li strong {
  font-weight: 700;
}

.dropdown-menu li .text {
  white-space: initial;
}

.dropdown-menu li .time {
  margin-top: 3px;
  font-size: 10px;
  color: #bcbcbc;
}

.dropdown-menu li .time .far {
  color: #cf8e44;
}

.dropdown-menu li > a:focus,
.dropdown-menu li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #E5E8E7;
}

.left-border {
  padding-left: 20px;
  border-left: 2px solid #000;
}

.login-modal h2 {
  margin-top: 0px;
  text-align: center;
}

.login-modal .separator {
  border: 0;
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
}

.login-modal .btn {
  height: 60px;
  width: 100%;
  padding: 17px 15px;
}

.login-modal .signup-div,
.login-modal .forgot-div {
  display: none;
}

.row.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.white-container {
  padding: 25px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.bandeau {
  background: #fff;
  padding: 30px 0;
}

.bandeau h2 {
  margin-top: 0;
}

.bandeau .grid {
  display: -ms-grid;
  -ms-grid-columns: 20% 20% 20% 20% 20%;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  margin: 30px -20px 0;
}

.bandeau .grid .item {
  margin: 0 20px;
}

.bandeau .grid .item > a {
  position: relative;
  display: block;
  padding-top: 100%;
  background: #000;
  border: 2px solid #000;
}

.bandeau .grid .item > a > .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 42px;
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 25px;
}

.bandeau .grid .item > a > .content i {
  color: #cf8e44;
  font-size: 50px;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .bandeau .grid .item > a > .content {
    font-size: 20px;
  }

  .bandeau .grid .item > a > .content i {
    font-size: 30px;
  }
}

@media (max-width: 990px) {
  .bandeau .grid .item > a > .content {
    padding-top: 30px;
    font-size: 15px;
  }

  .bandeau .grid .item > a > .content i {
    font-size: 20px;
  }
}

.bandeau .grid .item > a:hover {
  background: #f4f7f6;
  border-color: #000;
}

.bandeau .grid .item > a:hover > .content {
  color: #cf8e44;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*.social a.upvote[data-toggle="tooltip"], */

.social a.upvote:hover,
.social a.upvote.has-voted {
  color: #cf8e44 !important;
}

/*.social a.downvote[data-toggle="tooltip"], */

.social a.downvote:hover,
.social a.downvote.has-voted {
  color: #db1d23 !important;
}

.social a i {
  color: #bcbcbc;
}

.social a {
  font-weight: 700;
  font-size: 14px;
  color: #000;
  margin-right: 8px;
  display: inline-block;
}

/*.social a.upvote[data-toggle="tooltip"] i, */

.social a.upvote:hover i,
.social a.upvote.has-voted i {
  color: #cf8e44 !important;
}

/*.social a.downvote[data-toggle="tooltip"] i, */

.social a.downvote:hover i,
.social a.downvote.has-voted i {
  color: #db1d23 !important;
}

.social a:hover {
  text-decoration: none;
}

.notifications-all {
  list-style: none;
  padding-left: 0;
}

.notifications-all li .time {
  margin-top: 3px;
  font-size: 10px;
  color: #bcbcbc;
}

.notifications-all li .time .far {
  color: #cf8e44;
}

.notifications-all li > a {
  padding: 8px 20px 8px 0;
  display: block;
  color: #000;
}

.notifications-all li > a:focus,
.notifications-all li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #E5E8E7;
}

code.hljs {
  display: inline;
}

pre {
  max-height: 400px;
  white-space: pre;
}

.posters img,
.creation .image .infos img,
.topic-avatar img,
#user_nav > ul > li > a.usermenu img,
.thumb > .content > .actions a > img {
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background: #fff;
}

.posters img:hover,
.creation .image .infos img:hover,
.topic-avatar img:hover,
.thumb > .content > .actions a > img:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

@media (max-width: 767px) {
  .sortby p.float-right {
    display: none;
  }

  .container > .creation-header {
    margin-right: -10px;
    margin-left: -10px;
  }

  .white-container {
    padding: 10px;
    min-width: 90%;
  }
}

/* === OLD RODOT.CSS TODO: MERGE PROPERLY === */

.card {
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background: white;
  border: 0;
}

.card-hover:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.over-text {
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.skim-bottom:before {
  background: var(--skim-bottom);
  height: 50%;
  top: 50%;
  position: absolute;
  left: 0px;
  right: 0px;
  opacity: 0.6;
  content: "";
}

.logged-unlocked::before {
  background: white;
  position: absolute;
  z-index: 999;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0.7;
  content: "";
}

/* cookie consent */

.cc-window.cc-bottom {
  background-color: rgba(0, 0, 0, 0.8) !important;
  font-size: 0.8em;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
  max-width: 28em;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

@media (max-width: 767px) {
  .cc-window.cc-bottom {
    max-width: 100% !important;
  }
}

.cc-window.cc-banner {
  padding: 0.5em !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.cc-window.cc-floating {
  padding: 0.5em !important;
}

.cc-window .cc-message {
  margin-bottom: 0 !important;
}

.cc-window .cc-compliance {
  width: 140px !important;
}

.cc-btn {
  background-color: #4d545d !important;
}

.topbar-container {
  background-color: #00162f;
  z-index: 1031;
}

.topbar-container .primary-navbar {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1150px;
  margin: 0 auto;
  z-index: 1031;
}

.topbar-container .primary-navbar li,
.topbar-container .primary-navbar #root-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 53px;
}

.topbar-container .primary-navbar li {
  font-size: .95em;
}

.topbar-container .primary-navbar ul {
  margin: 0 20px 0 auto;
}

.topbar-container .primary-navbar a {
  font-weight: bold;
  font-family: "Open Sans Condensed", "Roboto Mono", sans-serif;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
}

.topbar-container .primary-navbar a:hover {
  background-color: transparent;
  color: #cf8e44;
  text-decoration: none;
}

.topbar-container .primary-navbar a.gb-button-shop {
  background-color: #3955fe;
  color: #fff;
  padding: .3em .6em;
  border-radius: 4px;
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  height: auto;
  margin: 0 20px;
}

.topbar-container .primary-navbar a.gb-button-shop:hover {
  background-color: #5972ff;
  color: #fff;
}

.topbar-container .secondary-nav {
  background-color: white;
  -webkit-box-shadow: 0 0 3px 3px #0002;
          box-shadow: 0 0 3px 3px #0002;
  z-index: 1031;
}

.topbar-container .secondary-nav .nav-container {
  max-width: 1100px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.topbar-container .secondary-nav .nav-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topbar-container .secondary-nav .nav-container ul li {
  height: 60px;
  margin: 0 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-container .secondary-nav .nav-container ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 10px;
  text-decoration: none;
}

.topbar-container .secondary-nav .nav-container .fas,
.topbar-container .secondary-nav .nav-container .fa,
.topbar-container .secondary-nav .nav-container .far,
.topbar-container .secondary-nav .nav-container .fal
.nav-item,
.topbar-container .secondary-nav .nav-container .nav-link,
.topbar-container .secondary-nav .nav-container .search-toggle {
  color: black !important;
}

.topbar-container .secondary-nav .nav-container .fas:hover,
.topbar-container .secondary-nav .nav-container .fa:hover,
.topbar-container .secondary-nav .nav-container .far:hover,
.topbar-container .secondary-nav .nav-container .fal:hover
.nav-item:hover,
.topbar-container .secondary-nav .nav-container .nav-link:hover,
.topbar-container .secondary-nav .nav-container .search-toggle:hover {
  color: #edaa5d !important;
}

.topbar-container .secondary-nav .nav-container #btn-notifications {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ccc;
  height: auto;
}

.topbar-container .secondary-nav .nav-container .login_btn {
  vertical-align: middle;
  text-transform: initial;
  font-size: .8em;
  font-weight: bold;
}

.topbar-container .secondary-nav .nav-container .account-link {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.topbar-container .secondary-nav .nav-container .dropdown-menu li {
  font-size: .8rem;
}

.topbar-container .secondary-nav .nav-container .dropdown-menu .notifications-container {
  width: 325px;
  max-height: calc(100vh - 53px - 60px - 200px);
  overflow-y: auto;
}

.topbar-container .secondary-nav .nav-container .dropdown-menu #notifications-list {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.topbar-container .secondary-nav .nav-container .dropdown-menu #notifications-list li {
  height: initial;
}

.topbar-container .secondary-nav .nav-container .dropdown .nb-notifications,
.topbar-container .secondary-nav .nav-container button .nb-notifications,
.topbar-container .secondary-nav .nav-container .mobile-notif .nb-notifications,
.topbar-container .secondary-nav .nav-container .nb-games {
  position: absolute;
  top: 0px;
  right: -5px;
  height: 20px;
  width: 20px;
  text-align: center;
  background: #fff;
  font-size: 10px;
  color: #cf8e44;
  padding: 0px;
  border-radius: 10px;
  line-height: 20px;
}

.topbar-container .secondary-nav .nav-container button .nb-notifications {
  right: -5px;
  background: #c80000;
  color: #fff;
}

@media screen and (max-width: 680px) {
  .topbar-container {
    height: auto;
  }

  .topbar-container .primary-navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .topbar-container .primary-navbar ul {
    margin: 0 20px 0 0;
  }
}

#btn-notifications.new {
  background: #c80000;
  color: #fff;
}

#btn-notifications::after {
  content: none !important;
}

.search-bar {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: white;
  -webkit-box-shadow: 0 3px 3px #0002;
          box-shadow: 0 3px 3px #0002;
}

.search-bar .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
}

.search-bar form {
  width: 100%;
  max-width: 800px;
}

.search-bar input#search {
  height: 36px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 4px;
}

.search-bar .close-search {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #000;
  margin: 0 5px;
  padding: 0;
}

.search-fade {
  display: none;
  position: fixed;
  top: 0;
  left: 0px;
  z-index: 48;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
}

.search-results {
  display: none;
  position: fixed;
  top: 158px;
  left: 0px;
  z-index: 50;
  width: 100%;
  height: calc(100vh - 113px);
  overflow-y: auto;
  background: #f4f7f6;
}

@media screen and (max-width: 740px) {
  .search-results {
    top: 210px;
  }
}

@media screen and (max-width: 450px) {
  .search-results {
    top: 280px;
  }
}

.search-loading {
  display: none;
}

.thumb {
  position: relative;
  background: #fff;
  margin: 0 12px 48px 12px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-radius: 2px;
}

.thumb:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.thumb .add_to_collection a.active {
  display: none;
}

.thumb:hover .add_to_collection {
  background: white;
}

.thumb .add_to_collection.in-collection a.active {
  display: inline-block;
}

.thumb .add_to_collection.in-collection a.inactive {
  display: none;
}

.thumb .add_to_collection.in-collection a.active i {
  color: #cf8e44;
}

.thumb .thumb-header .thumb-image {
  overflow: hidden;
  height: 230px;
}

.thumb .thumb-header .thumb-image img {
  width: 100%;
}

.thumb .thumb-header .thumb-flags {
  position: absolute;
  top: 4px;
  left: -6px;
}

.thumb .thumb-header .thumb-flags div {
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 7px rgba(50, 50, 93, 0.3);
          box-shadow: 0 5px 7px rgba(50, 50, 93, 0.3);
  background-color: white;
  margin: 8px 0;
  padding: 6px 8px;
}

.thumb .thumb-title {
  padding: 15px 15px 0 15px;
}

.thumb .thumb-title a {
  text-decoration: none;
}

.thumb .thumb-title a h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.thumb .thumb-exerpt {
  padding: 20px 10px;
  overflow: hidden;
}

.thumb .thumb-author .thumb-author-name a {
  text-decoration: none;
}

.thumb .thumb-metrics {
  padding: 10px;
}

.thumb .thumb-metrics .thumb-metrics-link {
  font-size: 1.3em;
  color: #aaa;
}

.thumb .thumb-metrics .thumb-metrics-link.active {
  color: #cf8e44;
}

.thumb > .content > .actions a:hover {
  text-decoration: none;
}

.workshop-thumb {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
          box-shadow: 0 6px 15px 0 rgba(36, 37, 38, 0.08);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  position: relative;
  padding-top: 130%;
  overflow: hidden;
  margin-bottom: 2rem;
}

.workshop-thumb .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.workshop-thumb:hover .content {
  top: -100px;
}

.workshop-thumb .button {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.workshop-thumb:hover .button {
  bottom: 0px;
}

.workshop-thumb a.link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.workshop-thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbc990), to(#cf8e44));
  background-image: linear-gradient(180deg, #fbc990, #cf8e44);
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 4px;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.workshop-thumb:hover::before {
  opacity: 1;
}

.workshop-thumb .image {
  width: 100%;
  padding-top: 80%;
  background-size: cover;
  background-position: bottom;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.workshop-thumb:hover .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(grey), to(transparent));
  background: linear-gradient(grey, transparent);
}

.workshop-thumb:hover .image {
  opacity: .7;
}

.workshop-thumb .text {
  padding: 0 2rem 1rem;
}

.workshop-thumb h5 {
  margin: 0;
  position: relative;
}

.workshop-thumb:hover h5 {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
}

.workshop-thumb p {
  margin: 0;
  position: relative;
}

.workshop-thumb:hover p {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
}

.workshop-thumb .difficulty-1 {
  color: #008B50;
}

.workshop-thumb .difficulty-2 {
  color: #cf8e44;
}

.workshop-thumb .difficulty-3 {
  color: #DB1D23;
}

.workshop-thumb:hover .difficulty-1,
.workshop-thumb:hover .difficulty-2,
.workshop-thumb:hover .difficulty-3 {
  color: #fff;
}

.workshop-thumb .completion-mark {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #59B377;
  color: #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  z-index: 1;
}

.workshop-thumb .language-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 4px;
  padding: .2rem .4rem;
  color: #fff;
  z-index: 1;
}

.workshop-thumb .language-tag.language-1 {
  background-color: #659ad2;
}

.workshop-thumb .language-tag.language-2 {
  background-color: #ffce3e;
}

.fr-view video {
  max-width: 100% !important;
}

.fr-view img {
  max-width: 100% !important;
}

.fr-view img.fr-photo {
  image-rendering: auto !important;
}

.pixelate,
.fr-view img.fr-pixelart {
  image-rendering: optimizeSpeed;
  /* Legal fallback */
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -webkit-crisp-edges;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

.fr-toolbar {
  border-color: #cf8e44 !important;
}

.fr-sticky-on {
  top: 106px !important;
}

@media (max-width: 767px) {
  .fr-sticky-on {
    top: 56px !important;
  }
}

.btn {
  color: #ffffff;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #cf8e44;
  font-family: "Roboto Mono";
  text-transform: uppercase;
  letter-spacing: .025em;
  font-weight: 700;
}

.btn a {
  color: inherit;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.focus,
.btn:focus,
.btn.active.focus,
.btn.active:focus,
.btn.active:hover,
.btn:active.focus,
.btn:active:focus,
.btn:active:hover {
  background-color: #edaa5d;
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  color: #ffffff;
  text-decoration: none;
}

.btn-secondary {
  color: #cf8e44;
  background-color: #ffffff;
}

.btn-secondary:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
  background-color: #ffffff;
  text-shadow: none;
  color: #edaa5d;
  text-decoration: none;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #ffffff;
  text-shadow: none;
  color: #edaa5d;
  text-decoration: none;
}

.btn-success {
  background-color: #008B50;
}

.btn-success:hover,
.btn-success.active,
.btn-success:active,
.btn-success.focus,
.btn-success:focus,
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover {
  background-color: #35a76a;
  -webkit-box-shadow: 0 5px 15px rgba(0, 139, 80, 0.3);
          box-shadow: 0 5px 15px rgba(0, 139, 80, 0.3);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.btn-danger,
.btn-danger.active,
.btn-danger:active,
.btn-danger.focus,
.btn-danger:focus,
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
  background-color: #DB1D23;
}

.btn-danger:hover {
  background-color: #fb4439;
  -webkit-box-shadow: 0 5px 15px rgba(219, 29, 35, 0.3);
          box-shadow: 0 5px 15px rgba(219, 29, 35, 0.3);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  text-decoration: none;
}

.btn-shop {
  background-color: #3955fe;
}

.btn-shop:hover,
.btn-shop.active,
.btn-shop:active,
.btn-shop.focus,
.btn-shop:focus,
.btn-shop.active.focus,
.btn-shop.active:focus,
.btn-shop.active:hover,
.btn-shop:active.focus,
.btn-shop:active:focus,
.btn-shop:active:hover {
  background-color: #5f6dff;
  color: #ffffff;
  text-decoration: none;
}

.btn-link {
  color: #cf8e44;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:hover,
.btn-link.active,
.btn-link:active,
.btn-link.focus,
.btn-link:focus,
.btn-link.active.focus,
.btn-link.active:focus,
.btn-link.active:hover,
.btn-link:active.focus,
.btn-link:active:focus,
.btn-link:active:hover {
  background-color: #ffffff;
  text-shadow: none;
  color: #edaa5d;
  text-decoration: none;
}

.disabled {
  cursor: not-allowed;
  pointer-events: all !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
  text-shadow: none !important;
}

.disabled:hover {
  background-color: #DFDFDF !important;
}

.btn.in-collection .active {
  display: inline !important;
}

.btn.in-collection .inactive {
  display: none !important;
}

.pagination {
  margin: 10px 0px;
  border-radius: 0;
  float: right;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 8px;
  margin-left: 5px;
  border-radius: 2px;
  border: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #cf8e44;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #edaa5d;
  background-color: #ffffff;
  border: none;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #cf8e44;
  background-color: transparent;
  font-weight: 800;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination > .disabled > a,
.pagination > .disabled > span {
  display: none !important;
}

.page-item.active .page-link {
  color: #cf8e44;
  background: transparent;
}

