@font-face {
	font-family: 'Roboto';
	src: url(‘/fonts/Roboto-Regular.woff2’) format(‘woff2’),
		url(‘/fonts/Robot-Regular.ttf’) format(‘truetype’)
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.ipr {
	width: 900px;
}

.img {
	-webkit-box-shadow: #000 -1px 16px inset;
	-moz-box-shadow: #000 -1px 16px inset;
	-ms-box-shadow: #000 -1px 16px inset;
	box-shadow: rgba(0, 0, 0, 0.4) -1px 16px inset
}

body {
	font-family: 'Source Sans Pro', sans-serif;
}

.entete {
	font-family: courier;
	/*'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}

.document {
	width: 17.5cm;
	height: 29cm;
	top: 0px;
	text-shadow: 0px 0px 9px #FFF;
	overflow: visible !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
	margin: 0cm;
	padding: 0cm;
}

.soustitre {
	font-family: courier;
	/* 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.titre {
	font-family: courier;
	/*'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: center;
	border-style: outset;
	padding-bottom: 50px;

}

.cadre {
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

.donees {
	font-family: Arial, Helvetica, sans-serif;
	/*'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-align: left;
	background-color: #FFF;
}

.titretableau {
	font-family: courier;
	/*'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}

.soustitre_tableau {
	font-family: courier;
	/*'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	text-align: left;
}

.liste {
	font-family: courier;
	/*'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	border-color: #1C1CFF;
	border-collapse: collapse;
	border-style: inset;
	margin: 20px;
	width: 100%;
}

th {

	color: #000;

}

.bordurelist {
	border-color: #950000;
}

fieldset {
	border: 1px outset #88F;
	color: black;
}

.montitre {
	text-shadow: 0 2px 2px #F0F;
	font-weight: bold;
	color: #FFF;
	padding: 2px;
	border: 1px solid #000;
	font-family: courier;
	/*'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;*/
	box-shadow: 0 8px 4px 0 #8C8C8C;
	background-image: url(/public/images/bgEntete.jpg);
	background-repeat: repeat-x;
	text-align: center;

}

.moncorp {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #00e;
	font-family: courier;
	/*'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;*/
	box-shadow: 0 8px 4px 0 #8C8C8C;
}

.moncorprec {
	background-color: #FFF;
	padding: 0px;
	border: 0px solid #006;
	font-family: Arial, Georgia, "Times New Roman", "segoe ui", Times, serif;
}

.titrerecepisse {
	background-color: #666666;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/bgEntete.jpg);
}

#identite,
#etiquette {
	border: 1px solid #000099;
	height: 20px;
	padding: 5px;
	width: auto;
	margin: 10px;
	background: #d7ffff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 8px 4px 0 #8C8C8C;
	opacity: 0.9;
}

#menu_declaration {
	padding: 10px;
	min-height: 460px;
	width: 150px;
	margin: 5px;
	height: 160px;
	float: left;
	position: absolute;
}

.corps_principal {
	border: 0;
	/*1px inset;*/
	padding-right: 10px;
	padding-left: 10px;
	min-height: 460px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	border-collapse: collapse;
	position: absolute;
	float: right !important;
	left: 10px;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	width: auto;

}

.corps_principal:after {
	clear: both;
}

/*a{
	text-decoration:none;
	color:#990000;
	padding:5px;
	
	}
a:hover{
	border:1px dotted #000099;
	background:#ffff99;
	padding:5px;
	}
*/
.mon_content {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
}

.mon_contour {
	/*line-height:22px;*/
	padding: 16px 16px 16px;
	vertical-align: baseline;
}

#Titre_ {
	border: 0px outset #30C;
	height: 30px;
	margin: 10px;
	border-radius: 0 20px 0 0;
	background-image: url(/public/images/Barrev.jpg);
	background-repeat: repeat-x;
	color: #000 !important;
	font-weight: bold;
	font-size: 12px !important;
}

#tab {
	height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;

}

.style1 {
	color: #F00;
}

.footer {
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	height: 2em;
	position: relative;
	text-align: center;
	background-color: #3b5998;
	opacity: 0.9;
}

.error {
	text-align: center;
	border: 1px solid #900;
	background-color: #efe;
	padding: 2px;
	margin-top: 8px;
	width: 600px;
	font: normal 12px segeo UI;
	color: #900
}

.clickable {
	cursor: crosshair;
}

.enligne {
	display: inline-block !important
}
.bouton-redirection {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 24px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	text-decoration: none;
	font-family: 'Inter', 'Segoe UI', sans-serif;
	font-weight: 600;
	font-size: 16px;
	border-radius: 12px;
	border: none;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
	position: relative;
	overflow: hidden;
}
.bouton__ajout {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	background-color: #0076ff;
	border-radius: 50%;
	text-decoration: none;
	transition: transform 0.3s
}

.bouton__supp {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	background-color: #9a0000;
	border-radius: 50%;
	text-decoration: none;
	transition: transform 0.3s
}

.bouton__ajout:hover,
.bouton__supp:hover {
	text-decoration: none;
	color: #FFF;
	transform: scale(1.5)
}

.actions {

	padding: 20px;
}

#p1 {
	display: inline-block
}

#p11 {
	display: block
}