body {
	margin: auto;
	background-color: white;
	font-family: Muli,sans-serif;
}
section {
	position: relative;
	top: 110px;
}

section:after {
	clear: both;
}
footer {
	position: relative;
	clear: both;
	display:block;
	text-align: center;
	font-family: Muli,sans-serif;
	background-color: #222;
	font-size: 11px;
	height: 40px;
}
footer > div > a {
	color: white;
	text-decoration: none;
}

#footer_normal {
	display: block;
}

#footer_mobile {
	display: none;
}

h1 {
	color: #3c424f; 
	font-weight: bold; 
	text-align: center;
	text-transform: uppercase;
	text-shadow: 4px 4px #ddd;
	font-size: 24px;
}
h2 {
	color: #3c424f; 
	font-weight: bold; 
	text-align: center;
	text-transform: uppercase;
	text-shadow: 4px 4px #ddd;
	font-size: 20px;
}
h3 {
	color: #ff9800;
	font-family: Muli,sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
.table_cntfs {
	color: #002953;
	font-size: 15px;
	cursor: pointer;
}
.td_prix {
	border: 3px solid #00acf5;
	border-radius: 12px;
	padding: 10px;
	background-color: white;
	width: 130px;
	font-size: 20px;
	text-align: center;
}
.td_titre {
	text-align: center;
	cursor: initial;
	text-transform: uppercase;
	font-weight: bold;
	color: black;
}
.td_titre_rectification {
	text-align: left;
	color: black;
	font-size: 14px;
}
.div_prestation {
	float:left; 
	margin: 30px; 
	padding: 20px; 
	text-align: center; 
	width: 398px;
	border-style: solid;
	border-width: thin;
	border-color: #ccc;
}
.div_prestation_large {
	clear: both;
	margin-top: 30px; 
	margin-left: 8%; 
	padding: 20px; 
	text-align: center; 
	width: 80%;
	border-style: solid;
	border-width: thin;
	border-color: #ccc;
}
.p_title_presta {
	color: #3c424f; 
	font-weight: bold; 
	font-family: Muli,sans-serif;
}
.img_prestation {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	box-shadow: 7px 7px 5px #ccc;
	-moz-box-shadow: 7px 7px 5px #ccc;
	-webkit-box-shadow: 7px 7px 5px #ccc;
	-khtml-box-shadow: 7px 7px 5px #ccc;
}
.img_pdf {
	height: 40px; 
	position: relative; 
	top: 15px; 
	cursor: pointer;
}
.p_detail_presta {
	color: #ff9800;
	font-weight: bold; 
	font-family: Muli,sans-serif;
	text-align: left;
}
.p_explain_presta {
	color: rgb(0, 41, 83);
	font-family: Muli,sans-serif;
	font-size: 14px;
	text-align: justify;
}
.p_sous_titre {
	color: #ff9800;
	font-family: Muli,sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#p_titre_rectification {
	color: #ff9800;
	font-family: Muli,sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.p_espace_detail_rectification {
	border: 1px solid #00acf5;
	box-shadow: 8px 8px 8px #ccc;
	border-radius: 8px;
	padding: 12px;
}
.p_doc_margin {
	margin-bottom: -15px
}
.over_link:hover {
	border-bottom: 3px solid #03a9f4;
	cursor: pointer;
	color: #2ebcfc;
}
.sp_red {
	color: red;
}
button {
	padding: 10px 20px;
	cursor: pointer;
	height: inherit;
}
.button_main {
	background-color: #00acf5;
	color: #FFFFFF;
	border: 1px solid #00acf5;
	font-size: 14px;
}
.button_main:hover {
	background-color: #FFFFFF;
	color: #00acf5;
	border: 1px solid #00acf5;
	transition-duration: 1s;
	box-shadow: 7px 7px 5px #ccc;
	-moz-box-shadow: 7px 7px 5px #ccc;
	-webkit-box-shadow: 7px 7px 5px #ccc;
	-khtml-box-shadow: 7px 7px 5px #ccc;
}
.button_off {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #00acf5;
	border: 1px solid #00acf5;
}
.button_off:hover {
	background-color: #00acf5;
	color: #FFFFFF;
	border: 1px solid #00acf5;
	transition-duration: 1s;
	box-shadow: 7px 7px 5px #ccc;
	-moz-box-shadow: 7px 7px 5px #ccc;
	-webkit-box-shadow: 7px 7px 5px #ccc;
	-khtml-box-shadow: 7px 7px 5px #ccc;
}
.button_off2 {
	border: 1px solid darkgrey;
	color: darkgrey;
	font-size: 14px;
	width: 520px;
	height: 110px;
	background-color: white;
	border-radius: 30px;
}
	
.button_top {
	width: fit-content;
	float: right;
	position: relative;
	top: 25px;
}
.button_bottom {
	position: relative;
	top: -85px;
	margin-top: 45px;
	margin-bottom: -40px;
}
.li_rectification {
	color: rgb(0, 41, 83);
	font-family: Muli,sans-serif;
	font-size: 14px;
	text-align: left;
	padding: 5px;
}
.div_logo {
	float: left;
}
.div_logo > img {
	height: 80px;
	margin-top: 10px;
}
.div_faq {
	float: right;
	margin: 35px;
	border-bottom: 3px solid #03a9f4;
	padding-top: 22px;
}
.div_faq:hover {
	color: #2ebcfc;
}
.div_compte {
	float: right;
	margin: 35px;
	margin-right: 0px;
	border-bottom: 3px solid #03a9f4;
	padding-top: 22px;
	margin-right: 10%;
}
.div_compte:hover {
	color: #2ebcfc;
}
header:after {
	content: "";
	display: table;
	clear: both;
}
.separator {
	background-image: url(../img/line_separator.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 5px;
}
header {
	margin: auto;
	height: 100px;
	width: 100%;
	font-weight: 600;
	font-style: normal;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 1px;
	text-transform: uppercase;
	z-index: 3;
}
.div_progress_bar {
	float: left;
	width: calc(82% - 470px);
	padding-top: 40px;
	padding-left: 60px;
	font-size: 12px;
}
.link_footer:hover {
	color: #2ebcfc;
	border-bottom: 1px solid #03a9f4;
}
.link_footer:visited {
	color: white;
}
#div_espace_footer {
	display: block;
}
.p_titre_impots {
	display: none;
}
#p_normal_end_dial {
	display: block !important;
}
#p_mobile_end_dial {
	display: none !important;
}

/* Tablettes 'n' Mobiles */
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 960px) {
}

@media only screen and (max-width: 800px) {
	h1 {
		font-size: 22px !important;
	}
	.div_progress_bar {
		display: none !important;
	}
	.div_prestation_large {
		margin-left: 6% !important;
	}
	header {
		font-size: 12px !important;
	}
	button {
		font-size: 12px !important;
	}
	.h1_accueil {
		font-size: 26px !important;
	}
	.p_explain_presta {
		font-size: 12px !important;
	}
	.li_rectification {
		font-size: 12px !important;
	}
	#divFAQ {
		z-index: 5 !important;
	}
	#divFAQ > .faq_loaded > .div_bloc_body {
		width: 80% !important;
	}
	#divinfosFiscal > .dial_loaded > .div_bloc_body {
		width: 80% !important;
	}
	#divDial > .dial_loaded > .div_bloc_body {
		width: 80% !important;
	}
	.p_titre_impots {
		display: block !important;
	}
}

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 18px !important;
	}
	#footer_mobile {
		display: block !important;
	}
	#footer_normal {
		display: none !important;
	}
	#p_normal_end_dial {
		display: none !important;
	}
	#p_mobile_end_dial {
		display: block !important;
	}
	footer {
		height: 145px !important;
		margin-top: 50px !important;
		position: inherit !important;
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
	#div_espace_footer {
		display: none !important;
	}
	.mail_client {
		width: 200px !important;
		font-size: 12px !important;
	}
	.mdp_client {
		width: 200px !important;
		font-size: 12px !important;
	}
	.input_pj {
		margin-left: 12px !important;
	}
	.label_file_dial {
		margin-left: 12px !important;
		margin-right: 5px !important;
	}
	.progressBar_dial {
		margin-left: 12px !important;
	}
	.div_faq {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.div_compte {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.div_faq_accueil {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.div_compte_accueil {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 16px !important;
	}
	header {
		font-size: 11px !important;
		height: 70px !important;
	}
	section {
		top: 90px !important;
	}
	.div_logo > a > img, .div_logo > img {
		height: 50px !important;
		margin-top: 6px !important;
	}
	.div_compte_accueil, .div_compte {
		padding-top: 0px !important;
		margin: 20px !important;
	}
	.div_faq_accueil, .div_faq {
		padding-top: 0px !important;
		margin: 20px !important;
	}
	.separator {
		top: 80px !important;
	}
	.h1_accueil {
		margin-top: -12px !important;
		margin-bottom: -12px !important;
	}
	.div_prestation_large {
		margin-left: 2% !important;
	}
}

@media only screen and (max-width: 320px) {
}

/* IE10+ CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)	{
}

/* IE Edge 12+ CSS */ 
@supports (-ms-accelerator:true) {
}
