
.tpc-input-case-decoration-remise
{
    display: none;
    text-align: center;
}
.tpc-onglet
{
    display: none;
    width: calc(100% - 40px);
    margin: 20px;
    margin-top: 12px;
}
.tpc-flex
{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin: 0;
}
.tpc-all-width
{
    width: calc(100% - 80px);
    margin-left: -40px;
}
.tpc-side
{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
.tpc-input-case
{
    position: relative;
    padding: 4px 6px;
    margin-top: 16px;
}
.tpc-double-case > .tpc-input-case
{
    padding: 4px 0px;
}

.tpc-select-case
{
    position: relative;
    padding: 4px 6px;
    margin-top: 16px;
}
.tpc-double-case
{
    width: 460px;
    display: flex;
    justify-content: space-between;
}
.tpc-half-case
{
    width: 220px;
    padding-left: 0px;
}
.tpc-input
{
    padding: 3px 10px;
    width: 460px;

    border: 2px solid #536C80;
    border-radius: 8px;
    background-color: white;
    
    font-size: 17px;
}
.tpc-input-half, .tpc-input-remise-generale
{
    width: 220px;
}
.tpc-select
{
    padding: 3px 10px;
    width: 460px;

    border: 2px solid #4f86b6;
    border-radius: 8px;
    background-color: white;
    
    font-size: 17px;
}
.tpc-option-empty
{
    color: gray;
}
.tpc-switch-case
{
    position: relative;
    height: 36px;
    display: flex;
    justify-content: space-between;
    padding: 3px 10px 3px 3px;
    margin-top: 16px;
    width: 460px;

    border: 2px solid #536C80;
    border-radius: 8px;
    background-color: white;
    
    font-size: 17px;
}
.tpc-switch-case-entete
{
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-top: 0px;
    height: 36px;
    border-color: white;
    font-size: 20px;
}
.tpc-input-icon
{
    pointer-events: none;
    background-color: white;
    padding: 0 2px 0 5px;
    position: absolute;
    right: 15px;
    top: 12px;
    color: #45535f;
}
.tpc-input-icon-select
{
    top: 10px;
    right: 28px;
    color: #375872;
}
.tpc-switch-label
{
    margin-top: 1px;
    margin-left: 10px;
}
.tpc-switch-label-pied
{
    margin-top: 1px;
    margin-right: 40px;
}
.tpc-input:focus
{
    border: 2px solid #536C80 !important;
}
.tpc-input:focus
{
    border: 2px solid #536C80 !important;
}
.tpc-label
{
    position: absolute;
    z-index: 20;
    color: rgb(163, 163, 163);
    font-size: 16px;
    top: 10px;
    left: 14px;
    transition: 0.12s;
    pointer-events: none
}
.tpc-label-switch
{
    color: rgb(163, 163, 163);
    font-size: 16px;
    transition: 0.12s;
    pointer-events: none
}
.tpc-label-active
{
    position: absolute;
    z-index: 20;
    font-size: 13px;
    top: -6px;
    left: 18px;
    transition: 0.12s;
    pointer-events: none;
    color: #4f86b6;
}
.tpc-label-texte
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 60;
}
.tpc-label-barre
{
    position: absolute;
    z-index: -50;
    top: 10px;
    left: -1px;
    background-color: white;
    height: 0px;
    width: calc(100% + 2px) ;
    transition: 0.12s;
}
.tpc-label-barre-active
{
    height: 4px;
}
.tpc-input-icon-switch
{
    top: 5px;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }
  
.tpc-switch-label
{
    margin-top: 1px;
    margin-left: 10px;
}
.tpc-label-switch
{
    color: rgb(163, 163, 163);
    font-size: 16px;
    transition: 0.12s;
    pointer-events: none
}
  .switch {
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance:none;
	appearance: none;
	outline: none;
	cursor: pointer;
	background-color: #8b8b8b;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'><circle cx='50%' cy='50%' r='30%' fill='white'/></svg>");
	background-size: 50% 100%;
	background-origin: content-box;
	background-repeat: no-repeat;
	background-position-x: left;
	border-radius: 1.5em;
	height: 1.5em;
	width: 3em;
	transition-property: background-color, background-position-x;
	transition-duration: .1s;
	transition-timing-function: ease-in-out;
    box-shadow: 0px 0px 2px #292929;
    border: none;
}
.switch:checked {
    background-color: #3577B0;
    background-position-x: right;
}

