/* Déclaration des variables  */
:root {
  --color-pink: #e12254;
}



.dancing-font{
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400!important;
  font-style: normal;
}

.bg-azure{
  color: whitesmoke;
  background-color: #02659A!important;
}

.text-azure{
  color: #02659A;
}

.bg-blue-600{
  background-color:#5C7EF8;
  color: whitesmoke;
}

.bg-blue {
  color: whitesmoke;
  background-color: #018CD4;
}
.text-whitesmoke{
  color: whitesmoke;
}

.text-blue {
  color: #018CD4;
}

.text-darks{
  color: #13151f!important;;
}

.div-info-light {
  background-color: #d7f1f5 !important;
  color: #1c606a;
}

.div-warning-light {
  color: #806520;
  background-color: #fdf3d8;
}

.scroll-to-top {
  z-index: 9999;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}

#wrapper {
  width: 100%;
}


.btn-primary:hover {
  background-color: #3072af;
}

.hidden {
  display: none;
}

.toggle.btn {
  min-width: 69px !important;
  min-height: 38px !important;
}

.sidebar {
  position: fixed;
  height: 100%;
  max-width: 100%;
}

.sidebar .sidebar-content {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.sidebar-logo {
  margin-bottom: 10px;
  position: fixed;
  text-align: center;
  z-index: 999;
  background-color: #529df2;
  max-width: 100%;
  width: 6.5rem;
  height: 70px;
}

.sidebar .sidebar-brand {
  padding: 0rem 0rem;
}

.sidebar .sidebar-content {
  margin-top: 100px;
  padding-top: 40px;
}

#content-wrapper {
  padding-top: 20px;
  margin-top: 100px;
  margin-left: 6.5rem;
}

.topbar {
  height: 100px;
  margin-left: 6.5rem;
}

footer {
  padding: 10px 10px;
  margin-left: 6.5rem;
}

@media (min-width: 768px) {
  #content-wrapper {
    margin-left: 14rem;
  }

  .topbar {
    margin-left: 14rem;
  }

  footer {
    margin-left: 14rem;
  }

  .sidebar .sidebar-logo {
    height: 100px;
    width: 15rem;
    padding: 0;
  }

  .sidebar-brand {
    height: 100% !important;
  }

  .sidebar .sidebar-content {
    margin-top: 100px;
    padding-top: 20px;
  }
}

.sidebar-brand {
  height: 100px;
}

.largeScrollbar::-webkit-scrollbar {
  width: 15px;
}

.sidebar .sidebar-content::-webkit-scrollbar {
  width: 8px;
}

.sidebar .sidebar-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0.2, #36b9cc),
      color-stop(0.5, #4d99f0),
      color-stop(0.8, #36b9cc));
  border: 1px solid lightblue;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0.2, #36b9cc),
      color-stop(0.5, #4d99f0),
      color-stop(0.8, #36b9cc));
  border: 1px solid lightblue;
}

div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.3);
}

div::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0.2, #36b9cc),
      color-stop(0.5, #4d99f0),
      color-stop(0.8, #36b9cc));
  border: 1px solid lightblue;
}

ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.3);
}

ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0.2, #36b9cc),
      color-stop(0.5, #4d99f0),
      color-stop(0.8, #36b9cc));
  border: 1px solid lightblue;
}

textarea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.3);
}

textarea::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0.2, #36b9cc),
      color-stop(0.5, #4d99f0),
      color-stop(0.8, #36b9cc));
  border: 1px solid lightblue;
}

.text-sm {
  font-size: 0.8em;
}



@media (max-width: 768px) {
  .sidebar-heading {
    font-size: 0.6em !important;
  }
}

.container-fluid {
  min-height: 89vh;
}

.card {
  margin-bottom: 10px !important;
}

.card.mb-0 {
  margin-bottom: 0px !important;

}

hr {
  height: 1px;
  background-image: linear-gradient(90deg,
      rgba(54, 184, 204, 0.2),
      rgba(65, 141, 234, 0.2),
      rgba(54, 184, 204, 0.2));
  border: 0;
}

.text-decoration-underline {
  text-decoration: underline;
}

.container-fluid {
  margin-bottom: 40px;
}

.sidebar-logo {
  display: table;
  text-align: center;
}

.sidebar-brand-text {
  display: table-cell;
  vertical-align: bottom;
  font-size: 1.1em;
  text-shadow: 2px 2px #00000023;
}

.w-60 {
  width: 60%;
}

td {
  vertical-align: middle !important;
}

tr.is-invalid {
  border: 2px solid red;
}

.card-title {
  margin-bottom: 0px !important;
}

.bg-purple {
  color: #fff;
  background-color: #B924DA;
}

.badge-purple {
  color: #fff;
  background-color: #B924DA;
}

.text-purple {
  color: #B924DA;
}

.text-black {
  color: black
}

.border-purple {
  border-color: #B924DA;
}

.btn-purple {
  color: #fff;
  background-color: #B924DA;
  border-color: #B924DA;
}

.btn-purple:hover {
  color: #fff;
  background-color: #a6179f;
  border-color: #90169b;
}

.btn-purple:focus,
.btn-purple.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(191, 62, 208, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(191, 62, 208, 0.5);
}

.btn-purple.disabled,
.btn-purple:disabled {
  color: #fff;
  background-color: rgb(208, 47, 245);
  border-color: #B924DA;
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active,
.show>.btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #a6179f;
  border-color: #90169b;
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus,
.show>.btn-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(191, 62, 208, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(191, 62, 208, 0.5);
}

.border-left-purple {
  border-left: 0.25rem solid #B924DA !important;
}

#viewerDiv {
  width: 100%;
  height: 80vh;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
}

.ui-slider {
  margin-top: 5px;
}

.ui-slider-handle {
  background-color: #4D99F0 !important;
  border-color: lightblue;
}

.badge {
  white-space: unset !important;
}

label {
  margin-bottom: 0px;
}

#listeNotifications {
  max-height: 500px;
  overflow-y: auto;
}

.ui-slider {
  cursor: pointer;
}

.ui-slider-handle {
  cursor: grab !important;
}

.custom-radio:hover,
.custom-control-label:hover {
  cursor: pointer;
}

.text-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1;
}

.text-layer>span {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  transform-origin: 0% 0%;
}

.leaflet-control-attribution {
  display: none;
}

.loading-image {
  background-image: url("/Contenu/img/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-white {
  background-color: white;
  color: #56565a;
}

.toggle-handle {
  background-color: white;
}

.rotateDown {
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.iconMore {
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.tableConstruction {
  width: 100%;
}

.tableConstruction tr:after {
  content: " ";
  visibility: hidden;
  clear: both;
}

.tableConstruction tbody {
  height: 120px;
  overflow-y: auto;
}

.tableConstruction th,
.tableConstruction td {
  height: 120px;
  vertical-align: middle;
}

.alert-demande {
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.pointer {
  cursor: pointer;
}

.alert-demande:hover {
  background-color: rgba(0, 162, 255, 0.233);
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-name: blinker;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

.customRadio {
  display: table;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.customRadioText {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

.customRadio:hover {
  box-shadow: 0px 0px 5px 1px rgba(215, 241, 245, 0.493);
  background-color: rgba(215, 241, 245, 0.493) !important;
  border-color: #20636d !important;
  color: #20636d !important;
}

.customRadio.active {
  box-shadow: 0px 0px 5px 1px rgba(144, 238, 144, 0.513);
  background-color: rgba(144, 238, 144, 0.513) !important;
  border-color: #20636d !important;
  color: #20636d !important;
}

@media (max-width: 992px) {
  .imageConnexion {
    display: none;
  }
}

.bg-gradient-primary-2 {
  background-color: #4d99f0;
  background-image: linear-gradient(180deg, #418eec 10%, #6db6fa 100%);
  background-size: cover;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(0, #6db6fa),
      color-stop(0.5, #4d99f0),
      color-stop(1, #6db6fa));
}

.vertical-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

.sidebar-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sticky-menu {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.hover-primary:hover {
  color: #4d99f0;
}

.fullscreenBtn {
  color: white;
}

.fullscreenBtn:hover {
  color: rgb(0, 238, 255);
}

.imageLoader {
  background-image: url("/Contenu/img/loader.gif");
  width: 190px;
  height: 190px;
  background-size: contain;
  background-position: center center;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.imageLoader-sm {
  background-image: url("/Contenu/img/loader.gif");
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: center center;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.imageLoader-xs {
  background-image: url("/Contenu/img/loader.gif");
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center center;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.horizontal-slide {
  overflow: auto;
  white-space: nowrap;
  padding-left: 0;
}

.horizontal-slide-item {
  display: inline-block;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

@keyframes glowing {
  0% {
    box-shadow: 0 0 -10px #65ffc7;
  }

  40% {
    box-shadow: 0 0 20px #65ffc7;
  }

  60% {
    box-shadow: 0 0 20px #65ffc7;
  }

  100% {
    box-shadow: 0 0 -10px #65ffc7;
  }
}

/* Gestion de la surbrillance */
.itemGlowing {
  animation: glowing 1500ms infinite;
}

@keyframes glowing {
  from {
    box-shadow: 0 0 10px -10px #9bcdfe;
  }
  to {
    box-shadow: 0 0 10px 10px #9bcdfe;
  }
}

.bs-stepper {
  overflow-x: auto;
}

.titre_paragraphe {
  color: #1c606a;
  font-weight: bold;
  font-size: 1.2 rem;
}

.titre_categorie {
  font-weight: bold;
  font-size: 1rem;
}

.border-light-grey {
  border-color: lightgrey;
}

.popover {
  width: 400px;
  max-width: none;
  border: 1px solid #36b9cc !important;
  transform: none !important;
}

.popover-body {
  max-height: 250px;
  overflow-y: auto;
}

.popover .arrow {
  display: none;
}

.popOver {
  cursor: help;
}

.toggle.btn.disabled {
  cursor: not-allowed !important;
}

.ouvert {
  color: #1CC88A;
}

.text-decoration-none {
  text-decoration: none
}

.hide {
  display: none;
}

.slide-toggler:hover {
  cursor: pointer;
}

/* LANDING PAGE*/
.header-background {
  background-image: url("/Contenu/img/landing/VISUEL-HP.png");
  background-repeat: no-repeat;
  height: 400px;
}

.block-pink {
  background-color: rgb(225, 34, 84);
}

.body-block-left {
  width: 560px;
  height: 315px;
}


.landing-font-paragraphe {
  font-family: 'Avenir';
  font-weight: 400;
  font-size: 1em;
}

.landing-font-cta {
  font-family: 'Avenir';
  font-weight: 700;
  font-size: 1em;
}

.landing-font-titre {
  font-family: 'Avenir';
  font-weight: 900;
  font-size: 1.4em;
}

.landing-footer {
  background-color: var(--color-pink);
  font-size: 0.7em;
}

.btn-pink {
  background-color: var(--color-pink);
}

.btn-blue-mu {
  background-color: #1786b8;
}

.text-blue-mu {
  color: #1786b8;
}

.landing-menu,
.landing-menu:hover,
.landing-menu:focus {
  text-decoration: none;
  color: inherit;
}

ul.nostyle {
  list-style: none;
}

@font-face {
  font-family: 'Avenir';
  src: url('../font/AvenirLTStd-Book.woff2') format('woff2'),
    url('../font/AvenirLTStd-Book.woff') format('woff'),
    url('../font/AvenirLTStd-Book.ttf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Avenir';
  src: url('../font/AvenirLTStd-Heavy.woff2') format('woff2'),
    url('../font/AvenirLTStd-Heavy.woff') format('woff'),
    url('../font/AvenirLTStd-Heavy.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Avenir';
  src: url('../font/AvenirLTStd-Black.woff2') format('woff2'),
    url('../font/AvenirLTStd-Black.woff') format('woff'),
    url('../font/AvenirLTStd-Black.ttf') format('truetype');
  font-weight: 900;
}

.sub-nav {
  padding-top: 5px !important;
  padding-right: 0px !important;
  padding-bottom: 5px !important;
  color: red;
}

.no-before::before {
  content: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.full-height {
  height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  display: table;
  width: auto;
  background: grey;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
  opacity: 100;
}

.carousel-control-prev {
  margin-left: 0.75rem;
}

.carousel-control-next {
  margin-right: 0.75rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
}

.carousel-control-prev i,
.carousel-control-next i {
  font-size: 40px;
  background-color: transparent;
  border-radius: 25%;
}

.leaflet-marker-icon.leaflet-div-icon.leaflet-editing-icon.leaflet-touch-icon.leaflet-zoom-animated.leaflet-interactive {
  width: 5px !important;
  height: 5px !important;
  margin-left: -2px !important;
  margin-top: -3px !important;
}

.activeMenu {
  color: var(--color-pink);
  border-color: var(--color-pink);
  ;
}

.landing-menu {
  width: max-content;
}

.landing-menu hr {
  width: 50%;
  margin-right: 50%;
  border-bottom: 2px solid;
}

.text-center {
  text-align: center;
}

.full-width {
  width: 100%;
}

.background-fade-in {
  transition: all 0.5s ease-out;
}

.bg-light-green {
  background-color: lightgreen !important;
}

.bg-light-red {
  background-color: #fadbd8 !important;
}

.float-right {
  float: right !important;
}

.text-brown {
  color: saddlebrown;
}

.inline-grid {
  display: inline-grid !important;
}

.vertical-align-center {
  vertical-align: middle !important;
}

.text-green {
  color: green;
}

.select-card:hover {
  /* border: 1px solid #a6ccf7  ; */
  cursor: pointer;
  transition: all .3s;
  box-shadow: 0 0 0 0.2rem rgb(77 153 240 / 25%);
}

.select-card.selected {
  /* border: 1px solid #4D99F0; */
  background: rgba(77, 153, 240, .1);
  box-shadow: 0 0 0 0.2rem rgb(77 153 240 / 75%);
}

.contacts-list {
  max-height: 500px;
  overflow-y: scroll;
}

.btn.disabled:hover {
  cursor: not-allowed;
}

/* ---------------------- Menu ------------------------ */
.itemMenu:hover {
  color: #4d99f0 !important;
  background-color: rgb(242, 252, 255);
}

.itemMenu {
  color: white;
}

.itemMenu .active {
  color: #4d99f0 !important;
}

.adminCompteurMenu {
  position: relative;
  cursor: pointer;
  margin-left: 0px !important;
  

  font-size: 10px !important;
  margin-left: 5px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.featuresTitles {
  cursor: pointer;
  margin-right: -20px;
}

.adminSansCompteurMenu {
  cursor: pointer;
  padding-bottom: 8px !important;
}

.sousMenuCompteur {
  padding-top: 6px;
}

.badge-counter-2 {
  position: absolute;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: middle right;
  transform-origin: middle right;
  right: 20px;
  margin-right: 5px;
}

/* ---------------------- Landing d'accueil ------------------------ */
.btnConnexion:hover {
  background-color: #1786DF;
}

.iconeBtnRetourAccueil {
  font-weight: bold;
  color: #858796;
}

.iconeBtnRetourAccueil:hover {
  text-decoration: none;
  color: #666;
}

.textImages {
  margin-top: 8%;
}

.textImagesWidth {
  width: 70%;
  text-align: justify;
}

.iconeImages {
  width: 30%;
}

@media screen and (max-width: 1600px) {
  .textImages {
    margin-top: 4%;
  }

  .textImagesWidth {
    width: 70%;
  }
}

@media screen and (max-width: 1340px) {
  .textImages {
    margin-top: 2%;
  }

  .textImagesWidth {
    width: 280px;
  }
}

@media screen and (max-width: 1265px) {
  .textImages {
    margin-top: 1%;
  }

  .textImagesWidth {
    width: 280px;
  }
}

@media screen and (max-width: 1155px) {
  .textImages {
    margin-top: 0%;
  }

  .textImagesWidth {
    width: 300px;
  }
}

@media screen and (max-width: 1032px) {
  .textImages {
    margin-top: 5%;
  }

  .textImagesWidth {
    width: 80%;
  }

  .iconeImages {
    width: 20%;
  }
}

@media screen and (max-width: 775px) {
  .textImages {
    margin-top: 3%;
  }

  .iconeImages {
    width: 12%;
  }
}

@media screen and (max-width: 750px) {
  .textImages {
    margin-top: 1%;
  }

  .iconeImages {
    width: 12%;
  }
}

/* ---------------------- Fin landing d'accueil ------------------------ */

/* ---------------------- Fin menu ------------------------ */

.btnValidePiece:hover {
  color: #4d99f0;
}

.boutonFooter {
  margin-top: 30px;
}

/* ---------------------- Messagerie & aide ------------------------ */
.tailleTdType {
  width: 35%;
}

.tailleTdTitre {
  width: 35%;
}

.centrerTd {
  text-align: center;
}

.numCmdFerme {
  color: #4D99F0;
}

.numCmdFerme:hover {
  color: #4D99F0;
  cursor: pointer;
}

.numCmdOuvert {
  color: #858796;
}

.numCmdOuvert:hover {
  color: #4D99F0;
}

.listeAPuces {
  margin-top: -15px;
}

/* ---------------------- Fin messagerie ------------------------ */

/* ---------------------- Connexion / inscription ------------------------ */
.seSouvenirDeMoi {
  margin-bottom: 20px;
  margin-left: 44%;
  margin-right: 50%;
  width: 200px;
}
.seSouvenirDeMoi label {
  padding-top: 4px;
}
.champsAdresseMdp {
  margin-bottom: 15px;
}
.titreH1 {
  color: #1786b8;
}
.btnPresentation {
  border: #E01B54;
    background-color: #E01B54;
}
@media screen and (max-width: 767px) {
  .hiddenImg {
    display: none;
  }
  .hiddenImgDescendre {
    padding-top: 40px;
  }
}

.uppercase {
  text-transform: uppercase;
}

/* ---------------------- Font speciale type demande ------------------------ */
.fontBold{
  font-weight: bold
}

/* ---------------------- Différents Curseurs ------------------------ */
.newCursor{
  cursor: pointer;
}

.curseurDefaut {
  cursor: default;
}

/* ---------------------- Font style pour les boutons ------------------------ */
.btnText {
  font-weight: 600;
  font-size: 0.896rem;
}

.buttonQuestionSize {
  width: 90px;
}

.titreModale {
  font-weight: bold;
  font-size: 100%;
  margin-top: 10px;
}

.curseurDefaut {
  cursor: default;
}

/* ---------------------- Modale de Déconnexion ------------------------ */
.buttonclosemodal {
  opacity: .9;
}

.buttonclosemodal:hover {
  opacity: 1 !important;
}

/* ---------------------- Video de Presentation ------------------------ */
.yt-video {
  @media screen and (max-width: 576px) {
    padding: 0;
  } 
  @media screen and (max-width: 768px) {
    padding: 0;
  } 
}

/* ----------------- Numéro de téléphone ------------------- */
input:invalid + span.validity:after {
  position: absolute;
  content: "✖";
  padding-top: 5px;
  padding-left: 5px;
}

input:valid + span.validity:after {
  position: absolute;
  content: "✓";
  font-size: 150%;
  font-weight: bold;
  padding-left: 5px;
}