body {
	font-family: 'Roboto', sans-serif;
	-webkit-appearance: none;
	margin: 0px;
}

.site-header {
    box-sizing: border-box;
    background-color: var(--theme-header-background-color);
    background-image: url(img/bg4.png),linear-gradient(135deg, #b8faf4 0%, #a8bdfc 25%, #c5b0f6 50%, #ffe5f9 75%, #f0ccc3 100%);
    background-position: var(--theme-header-background-position);
    background-repeat: var(--theme-header-background-repeat);
    background-size: var(--theme-header-background-size);
    border-bottom: var(--theme-header-background-border-bottom);
}

.logo {
	font-family: 'Amatic SC', cursive;
	
}

.oijo {
	font-family: 'Roboto', sans-serif;
	
}

input, select, textarea, button {
	
	-webkit-appearance: none;
}

input:not([type="radio"]):not([type="file"]) {
	-webkit-appearance: none;
}

.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding-left: 60px;
	padding-right: 20px;
	position: relative;
	
}
.calcul_4 {
	font-size: 12px;
	padding-top:4px;
}
.container_name_1 {
	color:#000000;
	
}
.dn  {
	
	border-bottom: 1px solid rgba(204,214,228,.6);
	left: 0;
}

file {
	border: 0;
	
}

.calcul_2 {
	margin-bottom: 10px;
}

calcul {
	width:700px;
}

.submitt {
	cursor: pointer;
	border: 0px;
}

input {
	border-radius: 0;
	-webkit-appearance: none;
	
}
button {
	padding: 5px 8px;
	border: 0.5px solid #2d2d2d;
	cursor: pointer;
	color:#000000;
}
select {
	padding:5px;
	border: 0.5px solid #2d2d2d;
	cursor: pointer;
	color:#000000;
}

.form_radio_group {
	display: inline-block;
	overflow: hidden;
}
.form_radio_group-item {
	display: inline-block;
	float: left;    
}
.form_radio_group input[type=radio] {
	display: none;
}
.form_radio_group label {
	display: inline-block;
	cursor: pointer;
	padding: 1px 15px 0px;
	line-height: 24px;
	border: 0.5px solid #2d2d2d;
	border-right: none;
	user-select: none;
	font-size: 12px;
}


.form_radio_group .form_radio_group-item:last-child label {
	border-right: 0.5px solid #2d2d2d;
}

/* Checked */
.form_radio_group input[type=radio]:checked + label {
	background:#e1e1e1;
	color:#000000;
	
}

/* Hover */
.form_radio_group label:hover {
	color: #666;
}

/* Disabled */
.form_radio_group input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}

.price {
	padding: 3px 20px;
	cursor: pointer;
	font-size: 14px;
	background-color: #419152;
	border-radius: 4px;
	color:#FFFFFF;
	width:50px;
	position:absolute;
	margin-top:-30px;
	margin-left:100px;
}

a, u {
	text-decoration: none;
}

.input-file {
	position: relative;
	display: inline-block;
}
.input-file span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255);
	text-align: center;
	1border-radius: 4px;
	background-color: #419152;
	line-height: 22px;
	1height: 20px;
	padding: 3px 20px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}

/* Focus */
.input-file input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Hover/active */
.input-file:hover span {
	background-color: #59be6e;
}
.input-file:active span {
	background-color: #2E703A;
}

/* Disabled */
.input-file input[type=file]:disabled + span {
	background-color: #eee;
}
.boxShadow1 {
	margin: 1em auto;
	padding: 1em;
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
}

a {
	color:#000000;
	
}

.sticky {
	position: sticky;
	top: 0;
	background:#e5e5e5;
	z-index:100;
	padding:20px 0px;
	margin-left:20px;
}
