.fdpads {
	background-color: #efefef;
	padding: 40px 5px;
}
.nobgcolor {
	background-color: transparent;
	padding: 40px 40px;
}
.paditems {
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 0;
}

.paditems::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.paditems li {
	float: left;
	width: 33.3%;
	background: none;
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}

.paditems.twocols li {
	width: 50%;
}

.paditems li .paditem {
	position: relative;
	top: 0;
	bottom: 0;
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.paditems li .paditem.active {
	border: 1.5px solid #fff;
	border-radius: 4px;
}

.paditems li .paditem.active:hover {
	border-color: #00B3F8;
}

.padpad {
	padding: 10px;
}

.paditems h2 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 24px;
	margin: 0px;
	color: #00B3F8;
	background-image: none;
	padding:5px 0 10px 0;
}

.paditems p {
	text-align: center;
}

.btn {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	padding: 10px 15px;
	background-color: #00B3F8;
	width: fit-content;
	text-transform: uppercase;
	margin: 15px auto 15px auto;
	border-radius: 4px;
	border:none;
}

.btn:hover {
	background-color: #000000;
	color: #ffffff;
}

.btn.nocenter {
	margin: 15px;
	display: inline-block;
}
.btn.nocenter:first-child, .btn.nocenter:first-of-type {
	margin-left: 0;
}
.btn.nocenter:last-child, .btn.nocenter:last-of-type {
	margin-right: 0;
}
.btn.notselected {
	background-color: #BEC3C5;
}


.paditems + .paditems {
	margin-top: 30px;
}

.fdpads.nobgcolor .paditems li .paditem {
	color: #fff;
	text-align: left;
	background-color: #eee;
	box-shadow: none;
	height: 212px;
	border-radius: 5px;
}

.fdpads.nobgcolor .paditems li .paditem.one  {
	background-color: #93C758;
	background-image: url("../images/factures.png");
	background-position: bottom -10px right 30px;
	background-repeat: no-repeat;
}

.fdpads.nobgcolor .paditems li .paditem.two  {
	background-color: #71CAC6;
	background-image: url("../images/paiements.png");
	background-position: bottom 15px right -5px;
	background-repeat: no-repeat;
}

.fdpads.nobgcolor .paditems li .paditem.three  {
	background-color: #AD71C9;
	background-image: url("../images/abonnement.png");
	background-position: bottom 10px right 20px;
	background-repeat: no-repeat;
}

.fdpads.nobgcolor .paditems li .paditem.four  {
	background-color: #E36058;
	background-image: url("../images/access.png");
	background-position: bottom -12px right 25px;
	background-repeat: no-repeat;
}

.fdpads.nobgcolor .paditems li .paditem.five  {
	background-color: #61A6F1;
	background-image: url("../images/benef.png");
	background-position: bottom -8px right 20px;
	background-repeat: no-repeat;
}

.fdpads.nobgcolor .paditems li .paditem.six  {
	background-color: #F9A647;
	background-image: url("../images/cartes.png");
	background-position: bottom -14px right -5px;
	background-repeat: no-repeat;
}

.fdpads.nobgcolor .paditems h2, .fdpads.nobgcolor .paditems p {
	color: #fff;
	text-align: left;
}

.bottom {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 20px 0;
}



.mt10 {
	margin-top: 10px;
}

.bggrey{
	background-color: #efefef;
}

.padform {
	width: 525px;
	margin: 30px auto;
}

.preform {
	color: #828282;
}
label {
	font-size: 18px;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
	line-height: 2em;
}

label .required {
	color: #DE2026;
}

label input[type=text], label input[type=password], label select, label textarea, label input[type=file] {
	font-size: 15px;
	font-weight: normal;
	border: solid 1px #ADADAD;
	border-radius: 4px;
	background-color: #F4F4F4;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	outline: none !important;
	-webkit-appearance: none;
	appearance: none;
}
label input[type=text]:focus, label input[type=password]:focus, label select:focus, label textarea:focus, label input[type=file]:focus {
	border: solid 2px #00B3F8;
}


label:has(> select) {
  /* ... */
  position: relative;
}

label:has(> select)::before,
label:has(> select)::after {
  --size: 0.3rem;
  position: absolute;
  content: "";
  right: 1rem;
  pointer-events: none;
}

label:has(> select)::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  bottom: 17px;
}

label:has(> select)::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  bottom: 8px;
}

label input[type=file]::file-selector-button {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	padding: 6px 12px;
	background-color: #00B3F8;
	width: fit-content;
	text-transform: uppercase;
	border-radius: 4px;
	border:none;
}
label input[type=file]::file-selector-button:hover {
	background-color: #000000;
	color: #ffffff;
}

label input[type=radio] {
	width: 24px;
	height: 24px;
	margin: 0 15px 0 0;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--form-background);
  margin: 0;
  font: inherit;
  color: #00B3F8;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  display: grid;
  place-content: center;
}

input[type="radio"]::before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 100%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	background-color: #00B3F8;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

label div.table {
	display: table;
	border: 1.5px solid #adadad;
	border-radius: 4px;
	padding: 10px;
	background-color: #F4F4F4;
	width: -moz-available;          /* For Mozzila */
	width: -webkit-fill-available;  /* For Chrome */
	width: stretch;
}

label div.table:hover {
	border-color: #00B3F8;
}

label div.table.noborder {
	border: none;
	background-color: transparent;
}

label div.table.noborder:hover {
	border-color: transparent;
}

/*label div.table input[type=radio]{
	display: table-cell;
}*/

label div.table p {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

label div.table p:first-of-type {
	width: 40px;	
}

label div.table.noborder p {
	vertical-align: top;
}

label div.table.noborder div p {
	vertical-align: top;
	text-align: left;
	display: block;
	width: auto;
}

label div.table.noborder div h2 {
	padding-top: 0;
	text-align: left;
}

p.vspace {
	padding: 10px 0 20px 0;
}



/*style="width: 450px; border: 1px solid #00b4f8; background-color: #fff; margin: 10px"*/

h1 img {
	width: 28px;
	vertical-align: middle;
}

img.indicator {
	width: 82px;
	margin-bottom: 30px;
}

.center, .center p {
	text-align: center;
}

p.loud {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

p.alert {
	background-color: rgba(222, 32, 38, 0.15);
	padding: 14px 20px;
	border-radius: 5px;
	margin-bottom : 20px;
	color: #DE2026;
}
p.alert>img {
	vertical-align: middle;
	margin-right: 20px;
}

div.eltlist {
	border-bottom: 2px solid #BEC3C5;
	padding: 0 0 10px 0;
}
div.eltlist:first-of-type {
	border-top: 2px solid #BEC3C5;
}

div.eltlist h2 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 24px;
	margin: 0px;
	color: #393939;
	background-image: none;
	padding:5px 0 10px 0;
	position: relative;
}
div.eltlist h2 a {
	position: absolute;
	right: 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
}

div.eltlist ul {
	margin-top: 0px;
}

div.eltlist.alert * {
	color: #DE2026;
}

/* tooltips */
.special-text {
  position: relative;
  cursor: pointer;
}

/* Show the tooltip on hover */
.special-text:hover .special-text__tooltip {
  visibility: visible;
  opacity: 1;
}

.special-text__tooltip {
  font-size: 14px;
  
  position: absolute;
  width: 100%;
  left: 0%;
  top: 100%;
  margin-top: 0px;
  padding: 10px;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #B5B5B5;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  
  /* Hide the tooltip by default */
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  
  /* Prettify */
  text-align: left;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

/* The bordered part of the triangle */
.special-text__tooltip::before, .special-text__tooltip::after {
  content: "";
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
  left: 20%;
  margin-left: -10px;
}

.special-text__tooltip::before {
  border-bottom: 10px solid #B5B5B5;
  margin-bottom: -5px;
}

/* The white fill of the triangle */
.special-text__tooltip::after {
  border-bottom: 10px solid white;
  margin-bottom: 2px;
  top: -9px;
  z-index: 1;
}


