fieldset {
    margin: 0 0 8px 0 !important;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #f8f8f8;
    background-color: #f9f9f9;
    border-radius: 4px;
}

legend {
    margin: 0 0 10px -9px !important;
    padding: 12px 12px !important;
    border: 1px solid #f8f8f8 !important;
    border-radius: 3px 3px 0 0 !important;
    font-weight: bold;
    background-color: #f9f9f9 !important;
    color: #992b2b;
    text-decoration: underline;

}

.adh-valid {
	width: 100%;
}

.adh-valid th {
	background-color: #f9f9f9;
	text-align: left;
	padding: 3px;
	width: 40%;
}

.adh-valid td {
	border: 1px solid #ccc;
	padding: 3px;
}

.requis {
	color: red;
}



.content-form ul {
	padding: 0;
	list-style-type: none !important;
}


.update {
	background-color: #e9ffd9 ;
	border: 1px solid #a6ca8a;
	margin: 0 auto 10px;
	padding: 10px;
	color: #555555
}

p.menu a {
	background-color: #dbecff;
	border: 1px solid #9fc7f5;
	margin-right: 5px;
	padding: 5px;
	underline:none;
	color:#2850c1;
}

.field-valid {
	border: 1px solid green;
}
.field-error {
	border: 1px solid red;
	background-color: #F88;
}

.msgerror {
	color: red;
	font-size:11px;
}

#firstPartner {
	padding: 5px;
}
#secondPartner {
	background-color:#e8e8e8;
	padding: 5px;
	
}

#firstPartner .titre, #secondPartner .title {
	margin-bottom: 20px auto;
}

#firstPartner .titre span, #secondPartner .titre span {
	text-align: center;
	text-decoration: underline;
	font-size: 1.2em;
}

.adherror {
	color: black !important;
	border: 1px solid red !important;
	background-color: #FF8888 !important;
}

.num {
	text-align: right;
}

.error {
	background-color: #ffd2d3;
	border: 1px solid #df8f90;
	color: #871414;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
}

.success {
    background-color: #a1ff9d;
    border: 1px solid #59df4f;
    color: #068700;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
}

.warning {
    background-color: #fffab3;
    border: 1px solid #dfb848;
    color: #5a5924;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
}

#subscribtion_form_unified input[type="submit"] {
	width: 400px;
	margin: 10px 190px;
}


.row {
	margin: 0 0 20px 0;
}

.row input{
	margin: 0 !important;
}

.content-form div {
	margin-bottom:8px;
	padding-bottom:2px;
	
}


.content-form div.left {
	float:left;
	display:inline;
	width:50%;
}

.content-form div.right {
	float:left;
	display:inline;
	width:50%;
}



.content-form div.left input {
	width: 92%;
}
.content-form div.field input {
	width: 95%;
}
.content-form div.right input {
	width: 90%;
}


.content-form div.field select {
	width: 97%;
}

.content-form div.left select {
	width: 97%;
}
.content-form div.right select {
	width: 97%;
}


.content-form p {
	margin-bottom: 10px;
}

.content-form input, .content-form textarea, .content-form select {
	border: 1px solid #d9d9d9;
	padding: 6px 6px;
	background-color:#fff;
	/*border-radius: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;*/
}

.content-form input:hover, .content-form textarea:hover, .content-form select:hover {
	border-color: #ccc;
	
}

/*
.content-form input:focus, .content-form textarea:focus, .content-form select:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid rgba(81, 203, 238, 1);

}*/



.content-form input[type=radio] {
	width: 3%;
	padding:0;
	
}


.content-form input[type=submit] {
	/*
	border: 1px solid #ccc !important;
	background-color:#999 !important;
	padding:4px !important;
	font-weight:bold;
	color:#666 !important;
	border-radius:3px 3px 0 0 !important;
	margin-bottom:10px;
	cursor:pointer;
	width:auto !important;
	text-align:center;*/
	
}

.content-form input[type=checkbox] {
	width: auto;
	padding:0;
}

.content-form label, .content-form input, .content-form textarea, .content-form select {
	margin-bottom: 1px;
}

.content-form label {
	display: block;
	clear: both;
	font-size:13px;
	color:#666;
	/*width: 180px !important;*/
}

.content-form label.choice
{
	color:#444;
	display:inline;
	float: none;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 10px;
	padding:2px 0 5px;
	/* width:90%; */
}


.content-form label.description {
	font-weight:bold;
	margin-bottom:3px;
}

#post-13680 table th {
	background-color: #f9f9f9;
	text-align: left;
}

#post-13680 table  {
	width: 100%;	
}

#post-13680 td, #post-13680 th  {
	border: 1px solid #ccc;	
	padding: 3px;


}

p.honneur { font-size: 10px;}

/*INFOBULLES*/

a.info{
	position:relative;
	z-index:24;
	color:#000;
	text-decoration:none
}

a.info:hover{
	z-index:25
}

a.info span{display: none}

a.info:hover span{
 	display:block;
	position:absolute;
	top:-10px;
	left:40px;
	width:20em;
	border:1px solid #99c7de;
	background-color:#d7ebf5;
	color:#333;
	text-align: left;
	font-weight:none;
	padding:8px;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

.upradh-button-payer{
    color: black;
    width: 200px;
    text-align: center;
    margin:0 5px 5px 0;
    font-size:13px;
    line-height:13px;
    padding:12px 20px;
    border: 1px solid #ddd;
    font-weight:bold;
    display: inline-block;
    /*background-image: linear-gradient(bottom, #0f0 0%, #FFFFFF 100%);*/
    background-color: #5f5;
    border-radius: 3px;
    box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.2);

}

/*page mode d'adhésion*/

.flottante0-adhesion, .flottante1-adhesion, .flottante2-adhesion  {
background-color: #f8f8f8;
margin: 10px 6px;
padding: 5px;
display: inline-grid;
text-align: center;
border-width:8px 1px 1px;
border-style:solid;
border-color:#7a7d7d #f8f8f8 #f8f8f8;
-moz-box-shadow: 0px 2px 5px 0px #656565;
-webkit-box-shadow: 0px 2px 5px 0px #656565;
-o-box-shadow: 0px 2px 5px 0px #656565;
box-shadow: 0px 2px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}

.flottante0-adhesion {
max-width: 372px;
min-height: 140px;
width:100%;
}

.flottante1-adhesion {
max-width: 450px;
min-height: 280px;
}

.flottante2-adhesion {
max-width: 768px;
min-height: 35px;
width:100%}

.flottante3-adhesion {
margin: 10px 6px;
display: inline-table;
max-width: 450px;
min-height: 70px;
}

.flottante1-adhesion:hover, .flottante1-don:hover {
border-width:8px 1px 1px;
border-style:solid;
border-color:#057c85 #ccc #ccc;
}

.flottante0-adhesion:hover, .flottante2-adhesion:hover {
border-width:8px 1px 1px;
border-style:solid;
border-color:#057c85;
background:#057c85;
color:#fff!important;
}

.flottante0-adhesion a:hover, .flottante2-adhesion a:hover {
color:#fff!important;
}


.conteneur-mode-adhesion {
max-width:960px;

}
.conteneur-mode-adhesion h3 {
color:#057c85; background-color:#fff; margin:2px; padding:5px;
}
.conteneur-mode-adhesion p {
padding:10px; text-align:justify; margin:0 0 2px;}

.adherer-mode-btn {
font-size:14px; background-color:#057c85; color:#fff; border: 1px solid #057c85;border-radius: 15px;padding:8px;}

.adherer-mode-btn:hover {
background-color:#fff; color:#057c85;}

/*page mode de don*/
.flottante1-don {
background-color: #f8f8f8;
margin: 10px 6px;
padding: 5px;
display: inline-grid;
text-align: center;
border-width:8px 1px 1px;
border-style:solid;
border-color:#7a7d7d #f8f8f8 #f8f8f8;
max-width: 290px;
min-height: 310px;
-moz-box-shadow: 0px 2px 5px 0px #656565;
-webkit-box-shadow: 0px 2px 5px 0px #656565;
-o-box-shadow: 0px 2px 5px 0px #656565;
box-shadow: 0px 2px 5px 0px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}

.spacer {
clear: both;
}

.mobile{
    display: none;
}

.home-img {
    display:inline-block;
    margin:0 0 10px 0;
    text-align:center;
    max-width:320px;
}
.home-img-container {
    width:auto;
    margin: 20px auto 0 auto;
    text-align:center;
    
}

.home-img img {
    max-width:96%;
}

.home-img img:hover {
    opacity:0.9;
}
.btn-appli {margin:40px auto 10px auto ; padding:40px; background-color:#f9f9f9;}

iframe {max-width:100% !important; }

.post-content div {width:auto !important;}
.post-content {font-size:15px!important;}
ul.tribe-events-sub-nav .tribe-events-nav-previous a, ul.tribe-events-sub-nav .tribe-events-nav-next a {text-decoration: none;display: inline-block;background: #888;color: #fff;border-radius: 5px;padding: 5px;-moz-box-shadow: 0px 0px 5px 0px #656565;-webkit-box-shadow: 0px 0px 5px 0px #656565;-o-box-shadow: 0px 0px 5px 0px #656565;box-shadow: 0px 0px 5px 0px #656565;filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

/* Début : Don mensuel */
.content-form .champ_don_mensuel {
	/*padding: 10px 20px;*/
	font-weight: bold;
	box-shadow: 0 0 3px #AAA;
	border-radius: 5px;
	font-size: 1.2em;
}
.content-form .champ_don_mensuel::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: normal;
  color: #333;
  font-style: italic;
}
.content-form .champ_don_mensuel::-moz-placeholder { /* Firefox 19+ */
  font-weight: normal;
  color: #333;
  font-style: italic;
}
.content-form .champ_don_mensuel::-ms-input-placeholder { /* IE 10+ */
  font-weight: normal;
  color: #333;
  font-style: italic;
}
.content-form .champ_don_mensuel::-moz-placeholder { /* Firefox 18- */
  font-weight: normal;
  color: #333;
  font-style: italic;
}

.content-form div.zone_gauche, .content-form div.zone_droite {
	width: 49.5%;
	display: inline-block;
}
.content-form div.zone_droite {
	width: 49.5%;
	text-align: right;
}
.content-form div.zone_droite div {
	text-align: left;
}
.content-form div.zone_gauche .champ_don_mensuel, .content-form div.zone_droite .champ_don_mensuel {
	width: 92%;
}
@media screen and (max-width: 640px) {
	.content-form div.zone_gauche, .content-form div.zone_droite {
		width: 100%;
	}
	.content-form div.zone_gauche .champ_don_mensuel, .content-form div.zone_droite .champ_don_mensuel {
		width: 100%;
	}
}

.content-form div.zone_date{
	margin-left: 10px;
	display: inline-block;
}

.content-form .bouton_don_mensuel {
	border: 1px solid #057c85;
	color: #057c85;
	border-radius: 5px;
	padding: 10px 50px;
	width: 70%;
	max-width: 250px;
	margin: 20px 25%;
	cursor: pointer;
	background-image: none;
}

.content-form .bouton_don_mensuel:hover {
	background-color: #057c85;
	color: #FFF;
	background-image: none;
}

.content-form .bouton_annuler_don_mensuel {
	border: 1px solid #ea6a07;
	color: #ea6a07;
	border-radius: 5px;
	padding: 10px 50px;
	width: 70%;
	max-width: 250px;
	margin: 20px 25%;
	cursor: pointer;
	background-image: none;
}

.content-form .bouton_annuler_don_mensuel:hover {
	background-color: #ea6a07;
	color: #FFF;
	background-image: none;
}

/* Etape 4 */
.champ_telephone {
	width: 100%;
}

/* Etape 5 */
#lien_info_legale a{
	text-decoration: none;
	font-size: 13px;
	}
	
/* Etape 6 */
.texte_valeur {
	color: #555;
}

.bouton_correction_don_mensuel, .content-form .bouton_correction_don_mensuel {
	border: 1px solid #ea6a07;
	color: #ea6a07;
	border-radius: 5px;
	padding: 10px 50px;
	width: 70%;
	max-width: 250px;
	margin: 20px 25%;
	cursor: pointer;
	background-image: none;
}

.bouton_correction_don_mensuel, .content-form .bouton_correction_don_mensuel:hover {
	background-color: #ea6a07;
	color: #FFF;
	background-image: none;
}

/* Etape 7 */
#zone_remerciement {
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url("https://www.upr.fr/wp-content/uploads/merci.jpg");
	background-position: 0;
	background-repeat: no-repeat;
	color: white;
	text-align: center;
}

.don-mensuel-bouton-partager span {
	color: #FFF;
}

.don-mensuel-bouton-partager, .content-form .don-mensuel-bouton-partager {
	border: 1px solid #FFF;
	color: #FFF;
	border-radius: 5px;
	padding: 10px 10px;
	width: 70%;
	width: 200px;
	/*max-width: 200px;*/
	cursor: pointer;
	background-image: none;
	background-color: none;
}

.don-mensuel-bouton-partager:hover, .content-form .don-mensuel-bouton-partager:hover {
	background-color: #FFF;
	color: #057c85;
	border: 1px solid #057c85;
	background-image: none;
}

/* Fin : Don mensuel */