/*
Theme Name: Generatepress modified DMK
Theme URI: http://wordpress.org/
Description: Standard Generatepress modified by David DMK.
Author: Generatepress team + DMK
Version: 0.0
Template: generatepress
*/

@import url("../generatepress/style.css");

body {
	background: rgb(255,255,255);
	font-family: Tahoma;
}

.main-title  {
	font-size : 23px;
	color: #ffffff;
	font-weight: bold;
}


.site-description  {
	font-size : 23px;
	color: #ffffff;
	font-weight: bold;
}

a { text-decoration: none; }

.with-borders {
	padding: 40px;
	border : 5px solid rgb(200,200,200);
	border-radius: 5px;

}

div.info {
	width: 80%;
	padding: 24px;
	background-color: rgb(240,255,240);
	border: 2px solid rgb(0,64,0);
	border-radius: 5px;
	text-align: center;
}
p.info {
	text-align: center;
	padding: 10px 0px 0px 0px;
	margin: 5px;
}

div.warning {
	width: 80%;
	padding: 24px;
	background-color: rgb(255,240,240);
	border: 2px solid rgb(64,0,0);
	border-radius: 5px;
	text-align: center;
}
p.warning {
	text-align: center;
	padding: 10px 0px 0px 0px;
	margin: 5px;
}

td.t_labl {
	font-family: Consolas;
	font-weight: normal;
	padding: 5px 0px 5px 20px;
	text-align: left;
}
td.t_prix {
	font-family: Consolas;
	font-weight: bold;
	padding: 5px 20px 5px 0px;
	text-align: right;
}

.lien-adherent {
	background-color: rgb(16,128,64);
	border: 2px solid rgb(255,255,255);
	border-radius: 5px;
}

.synth_name {
	background-color: rgb(16,128,64);
}

.incomplet {
	background-color: rgb(255,240,240);
}

.readonly {
	background-color: #f0f0c0;
}

/* --------------------------------------------------------------------- */

/* form style */

/* https://www.youtube.com/watch?v=JpNr5aEIxSI */

h3.title-cot {
	padding: 20px;
	font-size: 20px;
	font-weight: bold;
}

form.form-astt {
	display: flex;
	background-color: white;
	margin-left: 64px;
	width: 800px;
}

div.flex-container {
	border: 3px solid darkgray;
	border-radius: 5px;
	width: 80%;
	padding: 10px 20px 20px 20px;
	gap: 20px;
}

div.f-row, div.f-row-b {
	flex: 1;
	display: flex;
	margin-bottom: 10px;
	gap: 10px;
}

div.input-group {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin: 10px 5px 10px 5px;
}

option.gras {
	font-weight: bold;
}

label.f_astt {
	color: #1e73be;
	font-size: 16px;
	padding-bottom: 8px;
/*	font-weight: bold;*/
}

label.f_astt1 {
	color: #c02020;
	font-size: 16px;
	padding-bottom: 8px;
/*	font-weight: bold;*/
}

input.f_astt {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}

/*
input.f_astt1 {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}
*/

div.p_table {
	width: 80%;
	padding-left: 50px;
}

table.p_table {
	border-collapse: collapse;
	border: 0px;
}

td.p_label {
	font-family: Consolas;
	font-size: 20px;
	padding: 4px 8px 4px 8px;
	width: 30%;
	border: 0px;
}

td.p_value {
	font-family: Consolas;
	font-size: 20px;
	padding: 4px 8px 4px 8px;
	width: 70%;
	border: 0px;
}

input[type='text'].f_astt, 
input[type='email'].f_astt  {
	width: 100%;
	font-size: 15px;
	height: 34px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	outline: none;
}

/* --------------------------------------------------------------------- */

th {
	border:none;
	background-color: rgb(224,240,255);
	line-height: 32px;
}
td.lab_member {
	border:none;
}
td.val_member {
	border:none;
	font-weight: bold;
}
div.form-cot {
	padding: 4px 16px 4px 64px;
}

figure.tarifs {
	margin: 8px 10px 8px 64px;
	width: 64%;
}

div.sect {
	font-family:Consolas;
	margin:50px 20px 50px 20px;
	padding: 20px 20px 20px 20px;
	margin-left: 50px;
	border:2px solid rgb(80,80,80);
	border-radius:6px;
	width:96%;
}
h3.sect {
	color:rgb(16,16,128);
	padding:5px 5px 5px 20px;
	font-weight: bold;
}

h5.sect {
	color:rgb(16,16,128);
	padding:5px 5px 5px 20px;
	font-weight: bold;
}

p.bic-iban {
	font-family: Consolas;
	font-weight: bold;
	font-size: 20px;
	background-color: #f0f0f0f0;
	margin:50px 20px 50px 120px;
	padding: 30px 50px 30px 50px;
	border:2px solid rgb(80,80,80);
	border-radius:6px;
	text-align: center;
	width:64%;

}

/* ----------------------------------------------- */

div.imp-form {
	padding: 5px 0px 16px 30px;	
}

input[type=file] {
  width: 500px;
}

input[type=submit], input[type=file]::file-selector-button {
  margin-right: 20px;
  width: 192px;
  border: none;
  background: #1e73be;
  padding: 10px 20px;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  transition: background .2s ease-in-out;
}

input[type=submit]:hover, input[type=file]::file-selector-button :hover {
  color: #ffff00;
 }

