a {
	text-decoration : none;
	color : #006699 !important;
	font-weight : bold;
}


a :visited {
	text-decoration : none;
	color : #999999 !important;
}

a :hover {
	text-decoration : underline;
	color : #006699 !important;
}


i{
	color : rgb(100, 100, 173);
}

tbody {
 overflow: visible;
}


.formulaire tbody > tr {
	display: flex;
	justify-content: space-between;
	width: 100%;
 }

table.results {
	border : 1px solid;
	margin:10px;
}

/**
	Affichage table resultsaa => AA
*/
table.resultsaa {
	border : 1px solid;
	margin:10px;
}
table.resultsaa td {
	border : 1px solid;
	padding: 3px 10px 3px 10px;
}

/**
	Affichage table resultsnt => NT
*/
table.resultsnt {
	border : 1px solid;
	margin:10px;
}
table.resultsnt td {
	border : 1px solid;
	padding: 10px;
}

/** Affichage div result
*/
#paragraphe > div.result {
    margin: 5px;
}
/** Affichage div model
*/
#paragraphe > div.model {
    font-size: larger; 
}

.formulaire td {
	width: 100%;
}

.formulaire caption {
	display: flow !important;
}

.formulaire .top{
	display: table;
}

.collapsible {
	background-color: #777;
	color: rgb(250,250,250) !important;
	cursor: pointer;
	padding: 28px;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px !important;
	font-style: normal !important;
        font-weight: bold !important;
	font-family: Arial, Helvetica, sans-serif !important;
	padding: 2px;
        margin: 2px;
 }

.last-table-tbody > tr {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-content: baseline;
}

.ui-accordion-content-active {
	display: visible !important;
}

.ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 20px 20px 20px 20px;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}

.ui-accordion .ui-accordion-content {
	padding: 10em 2.2em;
	border-top: 50em;
	overflow: auto;
}

.ui-state-active {
	border: 1px solid #c5c5c5 !important;
}

.gone {
	display: none !important;
}

.secondform {
	background-color: #afbed4 !important;
}

.active, .secondform:hover {
	background-color: #9aa7bb !important;
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 2px dashed;
    border-radius: 8px;
    width: 80%;
    height: auto;
    padding: 0px;
    font-size: 18px;
}

#drag_upload_file {
  width:100%;
  margin:0 auto;
}

#drag_upload_file p {
  text-align: center;
  font-size : 15px;
  font-weight : bold;
  font-family: Verdana;
  color: rgb(123, 73, 73);;
  padding: 2px;
}


input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: rgb(100,100,173);
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

input[type="file"] {
	text-align-last: center;
	width: 100%;
	overflow: hidden;
}

#companyName {
	display: none;
}

/* MODAL DONATION --START */
.button-donate{
	cursor : pointer;
	display: inline-block;
	padding-left : 1.8em;
	padding-bottom: 0.2em;
	padding-top : 0.2em;
        padding-right : 1.8em;
        margin : 0 0.1em 0.1em 0;
	border-radius : 0.10em;
	box-sizing : border-box;
	text-decoration : none;
	font-family : Verdana, sans-serif;
	font-size: 1.4em !important;
	font-weight : 900  !important;
	color : #FFFFFF !important;
	background-color : #5683ff;
	box-shadow : inset 0 -0.5em 0 -0.35em rgba(0,0,0,0.17);
	/* text-align : center; */
	/* position : relative; */
}
	
div.button-donate:active {
	box-shadow : inset 0 -0.2em 0 -0.35em rgba(0,0,0,0.17);
}

div.button-amount {
	display:inline-block;
	padding:2.em 2.em;
	margin:1 1 1 1em;
	background-color : rgb(100,100,173);
	border:0.16em solid rgba(255,255,255,0);
	border-radius:0.2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-size: 1.4em !important;
	font-weight : 900 !important;
	color:rgb(230,250,250);
	cursor: pointer;
	text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
	text-align:center;
	transition: all 0.2s;
}

div.button-amount:hover {
	border-color: #ffd000;
}

@media all and (max-width:30em) {
	a.button-amount {
		display : block;
		margin : 0.2em auto;
	}
} 

.fa-heart { /* icone lib fontawesome */
	color : white;
	margin-left: 5px;
}

.fa-heart:hover {
	color : white;
	text-decoration: none;
}

.fa-bell {
	color:white;
	margin-left: 5px;
}

.fa-bell:hover {
	color:black;
	margin-left: 5px;
}

#myBtn {
	width:41%;
	text-align:center;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modal-content {
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 3px solid #ff8e6b;
	border-radius : 0.90em;
	width: 50%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	animation-name: animatetop;
	animation-duration: 0.4s
}

.modal-content p {
	font-size: 1.2em !important;
}
  
@keyframes animatetop {
	from {top: -300px; opacity: 0}
	to {top: 0; opacity: 1}
}
  
.close {
	color: #555;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	top: -50%;
	right: -100%;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#amountText {
	display: none;
	text-align: center;
}

.inputMontantLibre {
	margin-left: 1em;
	font-size: 1.4em !important;
	background-color: #EE968C;
	color: white;
	border: 0.16em solid rgba(255,255,255,0);
	border-radius: 0.2em;
	font-weight: 900 !important;
	font-family: 'Roboto',sans-serif;
	padding: 0.1em;
        width: 100px;
}
/* MODAL DONATION --END */

.sideMultipleRadioMother {
	display: flex;
	flex-direction: column;
}

.sideMultipleRadioMother span {
	margin-bottom: 0px;
}

span {
  min-height: 20px;
  border: 0px solid aqua;
}

tr { border: none; }

td {
  border-right: solid 0px #f00; 
  border-left: solid 0px #f00;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black;
}

.tooltip-wrapper {
  position: absolute;
  visibility: hidden;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

