/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}

body {
	font: 300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
}

h2 {
	color: #000;
}

/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}

/* header */
.header {}

/* logo */
.logo {}

.logo-img {}

/* nav */
.nav {}

/* sidebar */
.sidebar {}

/* footer */
.footer {}

.d-none {
	display: none !important;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family: 'Font-Name';
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (min-width:768px) {}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {}

.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}



main {
	/* margin-top: 120px; */
	margin-top: 40px;
	margin-bottom: 50px;
}

.header {
	display: flex;
	background: #FFF;
	box-shadow: 0px 3px 6px #00000029;
	/* position: fixed; */
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 79px; */
	height: auto;
	z-index: 99;
}

.header .logo {
	width: 273px;
	height: fit-content;
	padding: 10px 0;
}

.header .term-header {
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	color: #000;
}

.header .text-header {
	font-size: 16px;
	margin-left: 40px;
	color: #000;
}

.header .text-header h2 {
	margin: 0;
	font-weight: 700;
}

.header .content-left {
	display: flex;
	align-items: center;
}


.wrapper-large {
	max-width: 1407px;
	width: 90%;
	margin: 0 auto;
}

.header .wrapper-large {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media only screen and (max-width:760px) {
	.header {
		height: fit-content;
		/* padding: 11px 0; */
	}

	.header .wrapper-large {
		flex-direction: column;
	}

	.header .content-left {
		flex-direction: column;
	}

	.header .text-header,
	.header .term-header {
		display: none;
	}
}

.repeater-bloc-type-fiche-bloc {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.fiche_selection_gutenberg_block {
	width: 400px;
	padding: 20px;
	display: flex;
	margin: 20px;
}

.fiche_selection_gutenberg_block>.content {
	background: #555;
	color: #FFF;
	font-size: 14px;
	position: relative;
	opacity: 0;
	width: 100%;
	transform: translateY(50px);
	transition: 1s all ease;
}

.fiche_selection_gutenberg_block:nth-child(2)>.content,
.fiche_selection_gutenberg_block:nth-child(5)>.content {
	transition: 1s all 0.3s ease;
}

.fiche_selection_gutenberg_block:nth-child(4)>.content {
	transition: 1s all ease;
}

.fiche_selection_gutenberg_block:nth-child(3)>.content,
.fiche_selection_gutenberg_block:nth-child(6)>.content {
	transition: 1s all 0.6s ease;
}

.fiche_selection_gutenberg_block.scrolled>.content {
	opacity: 1;
	transform: translateY(0);
}

.fiche_selection_gutenberg_block .fiche_selection_gutenberg_block>.content {
	opacity: 1;
	transform: translateY(0);
}

.fiche_selection_gutenberg_block>.content .image,
.fiche_selection_gutenberg_block>.content .video {
	height: 200px;
}

.fiche_selection_gutenberg_block>.content .image img,
.fiche_selection_gutenberg_block>.content .video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.fiche_selection_gutenberg_block>.content>.title,
.fiche_selection_gutenberg_block>.content>.content {
	padding: 10px 20px;
	color: #FFF;
}

.fiche_selection_gutenberg_block .fiche_selection_gutenberg_block>.content>.title h3 {
	color: #FFF;
}

.fiche_selection_gutenberg_block>.content>.title h3 {
	margin-bottom: 0;
}

.fiche_selection_gutenberg_block>.content>.content {
	padding-bottom: 40px;
}

.fiche_selection_gutenberg_block>.content .btn {
	font-size: 16px;
	padding: 10px 30px;
	background: #e20621;
	border-radius: 5px;
	color: #ffff;
	font-weight: bold;
	opacity: 1;
	transition: 0.3s;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	bottom: -20px;
	cursor: pointer;
	opacity: 0;
	transform: translateY(20px);
	transition: 0.3s all ease;
	text-align: center;
}

.fiche_selection_gutenberg_block.scrolled>.content .btn {
	opacity: 1;
	transform: translateY(0);
}

.fiche_selection_gutenberg_block .fiche_selection_gutenberg_block>.content .btn {
	opacity: 1;
	transform: translateY(0);
}

.fiche_selection_gutenberg_block>.content .btn:hover {
	background: #FFF;
	color: #e20621;
}

.fiche_selection_gutenberg_block.perso>.content>.content {
	padding-bottom: 80px !important;
}

.fiche_selection_gutenberg_block.perso>.content .btn {
	max-width: calc(100% - 40px);
	padding: 0px;
}

.fiche_selection_gutenberg_block.perso>.content .btn a {
	padding: 10px 30px;
	color: #FFF;
	background: #e20621;
	font-size: 16px;
	border-radius: 5px;
	color: #ffff;
	font-weight: bold;
	display: flex;
	transition: 0.3s all ease;
}

.fiche_selection_gutenberg_block>.content .btn a:hover {
	background: #FFF;
	color: #e20621;
}

@media only screen and (max-width:760px) {

	.fiche_selection_gutenberg_block>.content {
		transition: 1s all ease !important;
	}

}


/* FOOTER */

footer {
	background: rgba(232, 232, 232, 1);
}

footer .content {
	max-width: 999px;
	padding-top: 41px;
	padding-bottom: 41px;
}

footer .content nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	list-style: none;
	opacity: 1;
}

footer .content nav ul li {
	width: 200px;
	margin-bottom: 21px;
}

footer .content nav ul li ul li {
	margin: 0;
}

footer .content nav ul li ul {
	flex-direction: column;
}


footer .content nav ul li a {
	font-weight: bold;
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	line-height: 49px;
	opacity: 1;
}

footer .content nav ul li ul li a {
	font-weight: 400;
	font-size: 12px;
	color: rgba(102, 102, 102, 1);
	line-height: 21px;
	opacity: 1;
	transition: 0.3s;
}

footer .content nav ul li ul li a:hover {
	color: #e20621;
	transition: 0.1s;
	opacity: 1;
}

footer .content nav ul .menu-item-113 ul {
	flex-direction: row;
}

footer .content nav ul .menu-item-113 ul li {
	width: fit-content;
	height: 34px;
	width: 34px;
}

footer .content nav ul li ul svg {
	height: 31px;
}

@media screen and (max-width: 750px) {
	footer .content nav ul li {
		width: 173px;
	}

	footer .newsletter h3 {
		width: 100%;
	}

	footer .newsletter .wrapper-footer {
		flex-direction: column;
	}

	footer .newsletter .nf-form-content input[type=button] {
		width: 100%;
	}
}

.wp-block-media-text {
	max-width: 1199px;
	margin: 0 auto;
}

.breadcrumb {
	font-size: 18px;
	margin-bottom: 50px;
	font-weight: 400;
}

.breadcrumb span {
	text-decoration: underline;
}

.breadcrumb a {
	transition: 0.3s;
}

.breadcrumb a:hover {
	color: #e20621;
	transition: 0.3s;
}

.button {
	padding: 10px 30px;
	color: #FFF;
	background: #e20621;
	font-size: 16px;
	border-radius: 5px;
	color: #ffff;
	font-weight: bold;
	display: flex;
	transition: 0.3s all ease;
	width: fit-content;
	border: 1px solid #e20621;
	cursor: pointer;
}

.button:hover {
	background: #FFF;
	color: #e20621;
}

h1 {
	font-size: 24px;
	margin: 0;
	font-weight: 700;
}

h2 {
	font-size: 24px;
	margin: 0;
	font-weight: 700;
}

.demarches {
	display: flex;
	flex-wrap: wrap;
}

.demarches .demarche {
	width: 400px;
	margin: 20px 20px;
	margin-right: 40px;
	min-height: 110px;
	padding: 20px;
	border-radius: 10px;
	opacity: 1;
	border: 1px solid #797979;
	display: flex;
	flex-direction: column;
	transition: 0.3s;
}

.demarches .demarche h2 {
	font-size: 18px;
	transition: 0.3s all ease;
	margin-bottom: 10px;
}

.demarches .demarche p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.demarches .demarche:hover {
	background: #e20621;
	border: 1px solid #e20621;
	color: #FFF;
	opacity: 1;
}

.demarches .demarche:hover h2 {
	color: #FFF;
}

@media only screen and (max-width:760px) {
	.demarches .demarche {
		width: 100%;
		margin-right: 0;
	}
}

.archive .image-text {
	width: 100%;
	min-height: 299px;
	background: #d7d7d7;
	padding: 49px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.archive .image-text .image {
	width: 33%;
}

.archive .image-text .text {
	display: flex;
	width: 59%;
	flex-direction: column;
}

.archive .image-text .text p {
	font-size: 18px;
}

.archive .image-text .text .button {
	align-self: flex-end;
}

@media only screen and (max-width:760px) {
	.archive .image-text {
		flex-direction: column;
	}

	.archive .image-text .image {
		width: 100%;
	}

	.archive .image-text .text {
		width: 100%;
		margin-top: 17px;
	}
}








/* Single demarche */

.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	z-index: 9999;
	display: none;
	justify-content: center;
	align-items: center;
}

.loader.active {
	display: flex;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #e20621;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #e20621 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}

@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.single-demarches .demarche-type-info {
	color: #dc3545;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

.single-demarches .demarches .demarche {
	background: #e20621;
	border: 1px solid #e20621;
	color: #FFF;
	opacity: 1;
	position: relative;
}

.single-demarches .demarches .demarche h2 {
	color: #FFF;
}

.single-demarches .demarches .demarche .check {
	top: 13px;
	position: absolute;
	right: 14px;
}

.single-demarches .procedure {
	background: #BBB;
	padding: 20px 34px;
	position: relative;
	color: #FFF;
	margin: 20px 0px;
}

.single-demarches .procedure h2 {
	color: #FFF;
	font-size: 18px;
}

.single-demarches .procedure p {
	font-size: 16px;
	font-weight: 400;
}

.single-demarches .procedure:not(.no-link) p {
	width: calc(100% - 320px);
}

.single-demarches .procedure.no-link a {
	color: #FFF;
	text-decoration: underline;
}

.single-demarches .procedure:not(.no-link) a {
	bottom: -20px;
	right: 20px;
	position: absolute;
	opacity: 1;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 300px;
	font-weight: 400;
	padding: 15px 20px;
	color: #FFF;
	background: #AAA;
	border: 1px solid #AAA;
	border-radius: 5px;
	transition: 0.3s all ease;
}

.single-demarches .procedure:not(.no-link) a:hover {
	color: #AAA;
	background: #FFF;
}

.single-demarches .procedure:not(.no-link) a svg g path {
	fill: #FFF;
	transition: 0.3s all ease;
}

.single-demarches .procedure:not(.no-link) a:hover svg g path {
	fill: #AAA;
}

.single-demarches .stage {
	max-width: 900px;
	margin: auto;
	font-size: 14px;
	position: relative;
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	display: none;
	transition: 0.5s all ease;
}

.single-demarches .stage.active {
	display: flex;
	animation: 0.5s ease slidein;
}

.single-demarches .stage.leaving {
	transform: translateX(-100vh);
	opacity: 0;
}

@keyframes slidein {
	from {
		transform: translateX(100vh);
	}

	to {
		transform: translateX(0);
	}
}

.single-demarches .stage h2 {
	font-size: 24px;
	text-align: center;
}

.single-demarches .stage p {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

.single-demarches .stage span {
	color: #e20621;
	font-size: 16px;
	font-weight: 700;
}

.single-demarches .stage .button {
	width: 339px;
	font-size: 15px;
	justify-content: center;
	padding: 15px 15px;
}

.single-demarches .stage .button.inactive {
	opacity: 0.3;
	cursor: not-allowed;
	pointer-events: none;
}

.single-demarches .stage .formulaire {
	width: 100%;
	margin: 40px 0px 20px;
}

.single-demarches .stage .formulaire .row {
	margin: 0px 10px;
}

.single-demarches .stage .formulaire .flex-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.single-demarches .stage .formulaire .flex-row .input-group {
	width: calc(50% - 20px);
	margin: 10px;
	min-width: 280px;
}

.single-demarches .stage .formulaire .input-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	position: relative;
}

.single-demarches .stage .formulaire .input-group.mt {
	margin-top: 20px;
}

.single-demarches .stage .formulaire .input-group.mb {
	margin-bottom: 20px;
}

.single-demarches .stage .formulaire .input-group textarea {
	padding: 7px 10px;
	border: 1px solid #706F6F;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
	resize: none;
	height: 220px;
}

.single-demarches .stage .formulaire .input-group textarea:focus {
	outline: 0;
}

.single-demarches .stage .formulaire .input-group.checkbox {
	flex-direction: row;
}

.single-demarches .stage .formulaire .input-group label {
	font-size: 16px;
	color: #706F6F;
	font-weight: 500;
	margin-bottom: 5px;
}

.single-demarches .stage .formulaire .input-group.checkbox label {
	margin-bottom: 0;
	margin-left: 10px;
	cursor: pointer;
}

.single-demarches .stage .formulaire .input-group input {
	padding: 7px 10px;
	border: 1px solid #706F6F;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
}

.single-demarches .stage .formulaire .input-group input:focus {
	border: 2px solid #706F6F;
}

.single-demarches .stage .formulaire .input-group input:disabled {
	cursor: not-allowed;
	opacity: 0.7;
}

.single-demarches .stage .formulaire .input-group input.loading {
	animation: blinkingInput 1s infinite;
}

.single-demarches .stage .formulaire .input-group input.hide {
	display: none;
}

@keyframes blinkingInput {
	0% {
		background: rgba(0, 51, 102, 0.46);
	}

	50% {
		background: #FFF;
	}

	100% {
		background: rgba(0, 51, 102, 0.46);
	}
}

.single-demarches .stage .formulaire .input-group.checkbox input {
	width: 16px;
	cursor: pointer;
}

.single-demarches .stage .formulaire .input-group.checkbox input:disabled {
	cursor: not-allowed;
	opacity: 0.7;
}

.single-demarches .stage .formulaire .input-group.checkbox input:disabled+label {
	cursor: not-allowed;
	opacity: 0.7;
}

.single-demarches .stage .formulaire .input-group select {
	padding: 7px 10px;
	border: 1px solid #706F6F;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
}

.single-demarches .stage .formulaire .input-group select:focus {
	outline: 0;
}

.single-demarches .stage .formulaire .autocomplete {
	position: relative;
	display: inline-block;
}

.single-demarches .stage .formulaire .autocomplete-items {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 100%;
	left: 0;
	right: 0;
	font-size: 14px;
	font-weight: 400;
	max-height: 291px;
	overflow: auto;
}

.single-demarches .stage .formulaire .autocomplete-items div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}

.single-demarches .stage .formulaire .autocomplete-items div:hover {
	background-color: #e9e9e9;
}

.single-demarches .stage .formulaire .autocomplete-active {
	background-color: #706F6F !important;
	color: #ffffff;
}

.single-demarches .stage .formulaire input[type='submit'] {
	margin: auto;
	width: 339px;
	font-size: 15px;
	justify-content: center;
	padding: 15px 15px;
	color: #FFF;
	background: #e20621;
	border-radius: 5px;
	font-weight: bold;
	display: flex;
	transition: 0.3s all ease;
	border: 1px solid #e20621;
	cursor: pointer;
	margin-top: 40px;
}

.single-demarches .stage .formulaire input[type='submit']:hover {
	background: #FFF;
	color: #e20621;
}


.single-demarches .stage .info-asterisque {
	color: #e20621;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 40px;
}

.single-demarches .stage .info-asterisque a {
	color: #e20621;
	text-decoration: underline;
}

.single-demarches .stage .formulaire .add-voie {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.single-demarches .stage .formulaire .add-voie .btn {
	cursor: pointer;
	background: #e20621;
	color: #FFF;
	padding: 7px 13px;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all ease;
}

.single-demarches .stage .formulaire .add-voie .btn:hover {
	opacity: 0.7;
}

.single-demarches .stage .formulaire .add-voie .btn.disabled {
	pointer-events: none;
	opacity: 0.4;
}

.single-demarches .stage .formulaire .add-voie .btn span {
	background: #FFF;
	border-radius: 50px;
	display: flex;
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	padding-bottom: 4px;
	margin-right: 5px;
}

.single-demarches .stage .formulaire .add-number {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}

.single-demarches .stage .formulaire .add-number .btn {
	cursor: pointer;
	background: #e20621;
	color: #FFF;
	padding: 7px 13px;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all ease;
}

.single-demarches .stage .formulaire .add-number .btn:hover {
	opacity: 0.7;
}

.single-demarches .stage .formulaire .add-number .btn.disabled {
	pointer-events: none;
	opacity: 0.4;
}

.single-demarches .stage .formulaire .add-number .btn span {
	background: #FFF;
	border-radius: 50px;
	display: flex;
	width: 17px;
	height: 17px;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	padding-bottom: 4px;
	margin-right: 5px;
}

.single-demarches .stage .summary-prises {
	font-size: 16px;
	color: #e20621;
	font-weight: 400;
	margin-bottom: 20px;
}

.single-demarches .stage .content-file {
	margin-bottom: 40px;
}

.single-demarches .stage .content-file.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.single-demarches .stage .content-file.flex .col {
	width: calc(50% - 40px);
	margin: 10px 20px;
	min-width: 250px;
}

.single-demarches .stage .content-file.flex .col.illustration .subtitle {
	font-size: 16px;
	font-weight: 400;
}

.single-demarches .stage .content-file form.dropzone-form {
	width: 100%;
	height: 250px;
	padding: 7px 10px;
	border: 1px solid #706F6F;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 900px;
	overflow-x: auto;
}


.single-demarches .stage .content-file form.dropzone-form .pre-drop {
	z-index: -1;
	width: 100%;
  }

.single-demarches .stage .content-file form.dropzone-form .pre-drop .icone {
	text-align: center;
}

.single-demarches .stage .content-file form.dropzone-form .pre-drop .text {
	font-size: 16px;
	color: #cc4d5b;
	font-weight: 400;
	text-align: center;
}

.single-demarches .stage .content-file form.dropzone-form .btn-add-file {
	position: absolute;
	bottom: 0;
	z-index: -1;
	background: #e20621;
	color: #fff;
	padding: 10px;
	width: 100%;
	text-align: center;
	left: 0;
	font-weight: 400;
	font-size: 16px;
  }

.single-demarches .stage .content-file form.dropzone-form .dz-progress,
.single-demarches .stage .content-file form.dropzone-form .dz-success-mark,
.single-demarches .stage .content-file form.dropzone-form .dz-error-mark {
	display: none;
}

.single-demarches .stage .content-file form.dropzone-form .dz-preview {
	margin-right: 20px;
	max-width: calc(33% - 20px);
}

.single-demarches .stage .content-file form.dropzone-form .dz-preview .dz-details .dz-size span,
.single-demarches .stage .content-file form.dropzone-form .dz-preview .dz-details .dz-size span strong {
	font-weight: 300;
	font-style: italic;
}

.single-demarches .stage .content-file form.dropzone-form .dz-preview .dz-details .dz-filename span {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.single-demarches .stage .content-file form.dropzone-form .dz-preview .dz-remove {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	color: #dc3545;
	font-size: 12px;
	font-weight: 400;
	border: 1px solid #dc3545;
	padding: 3px;
	margin-top: 5px;
	border-radius: 5px;
	transition: 0.3s all ease;
}

.single-demarches .stage .content-file form.dropzone-form .dz-preview .dz-remove:hover {
	background: #dc3545;
	color: #FFF;
}


.single-demarches .stage.recos .content {
	margin-bottom: 50px;
}

.single-demarches .stage.recos .content li {
	font-size: 16px;
	width: calc(50% - 40px);
	margin: 10px 20px;
}

.single-demarches .stage.recos .content ul {
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.single-demarches .stage.recos .content a {
	text-decoration: underline;
	color: #e20621;
	font-size: 14px;
	font-weight: 400;
	transition: 0.3s all ease;
	display: flex;
	align-items: center;
	width: fit-content;
	margin-left: auto;
}

.single-demarches .stage.recos .content a:hover {
	opacity: 0.7;
}

.single-demarches .stage.recos .content a svg {
	margin-left: 5px;
	fill: #e20621;
}

.single-demarches .stage.offers .prestations {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 15px;
	font-weight: 700;
	opacity: 1;
	margin-bottom: 59px;
}

.single-demarches .stage.offers .prestations .prestation {
	border: 1px solid #e20621;
	border-radius: 10px;
	padding: 20px;
	color: #e20621;
	margin-bottom: 17px;
	width: 100%;
	position: relative;
	opacity: 1;
	cursor: pointer;
	transition: 0.3s;
}

.single-demarches .stage.offers .prestations .prestation .title {
	font-size: 18px;
	margin-bottom: 15px;
	max-width: 500px;
}

.single-demarches .stage.offers .prestations .prestation .content {
	display: flex;
	justify-content: space-between;
}

.single-demarches .stage.offers .prestations .prestation .content i {
	color: #706F6F;
}

.single-demarches .stage.offers .prestations .prestation .content i a {
	color: #706F6F;
}

.single-demarches .stage.offers .prestations .prestation .content .price {
	font-size: 18px;
	opacity: 1;
	text-align: left;
	font-weight: 700;
	min-width: 90px;
	padding-left: 5px;
}

.single-demarches .stage.offers .prestations .prestation .content .content-left {
	width: 500px;
	font-size: 16px;
	font-weight: 600;
}


.single-demarches .stage.offers .prestations .prestation .content .content-left ul {
	padding: 0;
	padding-left: 10px;
	font-size: 16px;
	font-weight: 400;
}

.single-demarches .stage.offers .prestations .prestation.active {
	background: #e20621;
	color: #FFF;
	transition: 0.3s;
}

.single-demarches .stage.offers .prestations .prestation.active a {
	color: #FFF;
}

.single-demarches .stage.offers .prestations .prestation.active i {
	color: #EEE;
}

.single-demarches .stage.offers .prestations .prestation.active i a {
	color: #EEE;
}

.single-demarches .stage.offers .prestations .prestation .check {
	top: 13px;
	position: absolute;
	right: 13px;
	opacity: 0;
}

.single-demarches .stage.offers .prestations .prestation.active .check {
	opacity: 1;
}



.single-demarches .stage.infrastructure>a {
	text-decoration: underline;
	color: #e20621;
	font-size: 14px;
	font-weight: 400;
	transition: 0.3s all ease;
	display: flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 40px;
}

.single-demarches .stage.infrastructure>a:hover {
	opacity: 0.7;
}

.single-demarches .stage.infrastructure>a svg {
	margin-left: 5px;
}

.single-demarches .stage.infrastructure .infrastructures {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	opacity: 1;
	margin-bottom: 59px;
}

.single-demarches .stage.infrastructure .infrastructures .infrastructure {
	border: 1px solid #e20621;
	border-radius: 10px;
	padding: 20px;
	color: #e20621;
	margin-bottom: 17px;
	width: 100%;
	max-width: 400px;
	position: relative;
	opacity: 1;
	cursor: pointer;
	transition: 0.3s;
}

.single-demarches .stage.infrastructure .infrastructures .infrastructure .title {
	font-size: 18px;
	max-width: 90%;
}

.single-demarches .stage.infrastructure .infrastructures .infrastructure.active {
	background: #e20621;
	color: #FFF;
	transition: 0.3s;
}

.single-demarches .stage.infrastructure .infrastructures .infrastructure .check {
	top: 13px;
	position: absolute;
	right: 13px;
	opacity: 0;
}

.single-demarches .stage.infrastructure .infrastructures .infrastructure.active .check {
	opacity: 1;
}



.single-demarches .stage.engagement .engagement-encadre {
	font-size: 16px;
	color: #e20621;
	font-weight: 400;
	padding: 20px 40px;
	margin: 20px 0px 40px 0px;
	border: 1px solid #e20621;
	border-radius: 4px;
}




.single-demarches .stage.validation>img {
	width: 90%;
	max-width: 200px;
	margin: 50px auto;
	transform: rotate(-45deg);
}

.single-demarches .stage.validation .formulaire .input-group.checkbox label {
	color: #000;
}

.single-demarches .stage.validation .formulaire .input-group.checkbox label a {
	color: #e20621;
	text-decoration: underline;
	transition: 0.3s all ease;
}

.single-demarches .stage.validation .formulaire .input-group.checkbox label a:hover {
	opacity: 0.7;
}


.single-demarches .stage .check-fields {
	font-size: 16px;
	font-style: italic;
	cursor: pointer;
	transition: 0.3s all ease;
}

.single-demarches .stage .check-fields:hover {
	opacity: 0.7;
}


.single-demarches .stage .fields {
	margin-top: 20px;
}

.single-demarches .stage .fields #table-resume {
	font-size: 16px;
	font-weight: 400;
	border-collapse: collapse;
	width: 700px;
	max-width: 90vw;
}

.single-demarches .stage .fields #table-resume td,
.single-demarches .stage .fields #customers th {
	border: 1px solid #CCC;
	padding: 10px;
	white-space: break-spaces;
}

.single-demarches .stage .fields #table-resume tr:nth-child(even) {
	background-color: #f2f2f2;
}



@media only screen and (max-width:760px) {
	.single-demarches .stage.recos .content {
		flex-direction: column;
	}

	.single-demarches .stage.recos ul {
		width: 100%;
		margin: 0;
		padding-left: 10px;
	}

	.single-demarches .procedure p {
		width: 100% !important;
	}

	.single-demarches .procedure .button {
		bottom: -34px;
	}

	.single-demarches .stage.offers .prestations {
		margin-bottom: 43px;
	}

	.single-demarches .stage.offers .prestations .prestation .content {
		flex-direction: column;
	}

	.single-demarches .stage.offers .prestations .prestation .content .content-left {
		width: 100%;
	}

	.single-demarches .stage .content-file form.dropzone-form .dz-preview .dz-remove {
		font-size: 10px;
	}

	.single-demarches .stage.infrastructure .infrastructures {
		margin-bottom: 43px;
	}

	.single-demarches .stage.recos .content li {
		width: 100%;
	}

}




.modal-error {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.4);
	z-index: 99;
	display: none;
	justify-content: center;
	align-items: center;
}

.modal-error .content {
	background: #FFF;
	border-radius: 4px;
	box-shadow: 1px 1px 4px 0px #aaa;
	padding: 20px;
	width: 90%;
	max-width: 500px
}

.modal-error .content .title {
	font-size: 16px;
	color: #e20621;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: left;
}

.modal-error .content .title a {
	color: #e20621;
	text-decoration: underline;
}

.modal-error .content .close {
	padding: 10px 30px;
	background: #e20621;
	font-size: 16px;
	border-radius: 5px;
	color: #ffff;
	font-weight: bold;
	display: flex;
	transition: 0.3s all ease;
	width: 130px;
	border: 1px solid #e20621;
	cursor: pointer;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.modal-error .content .close:hover {
	background: #FFF;
	color: #e20621;
}

li#menu-item-113 {
	width: 100%;
}

li#menu-item-113>a {
	display: flex;
	justify-content: center;
}

footer .content nav ul .menu-item-113 ul {
	width: 200px;
	margin: auto;
}






.page-template-template-oi-login footer {
	display: none;
}

.page-template-template-oi-login .content {
	margin-top: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.page-template-template-oi-login .content>.title {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin: 40px 0px;
}

.page-template-template-oi-login .content .login {
	width: 90%;
	margin: auto;
	max-width: 700px;
	background: #FF7900;
	padding: 40px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.page-template-template-oi-login .content .login .input {
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
}

.page-template-template-oi-login .content .login .input .title {
	font-size: 16px;
	color: #FFF;
	font-weight: 400;
	margin-bottom: 2px;
}

.page-template-template-oi-login .content .login .input input {
	width: 100%;
	border: none;
	padding: 7px;
	border-radius: 4px;
	font-size: 16px;
}

.page-template-template-oi-login .content .login .btn {
	margin-top: 20px;
}

.page-template-template-oi-login .content .login .btn button {
	padding: 10px 30px;
	background: #FF7900;
	font-size: 16px;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	display: flex;
	border: 1px solid #FFF;
	cursor: pointer;
	transition: 0.3s all ease;
}

.page-template-template-oi-login .content .login .btn button:hover {
	opacity: 0.7;
}

.page-template-template-oi-login .content .login .btn button:disabled {
	cursor: initial;
	pointer-events: none;
	opacity: 0.6;
}

.page-template-template-oi-login .content .login .error {
	display: none;
	background: #ea3a3a;
	margin-top: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #FFF;
	padding: 10px 20px;
	border-radius: 4px;
}


.page-template-template-oi .head {
	background: #FF7900;
	/* margin-top: 80px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 20px;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	flex-wrap: wrap;
}

.page-template-template-oi .head>div {
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-template-template-oi .head .right .logout {
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 5px;
}

.page-template-template-oi .content-flex {
	display: flex;
	margin: 50px 5%;
	align-items: stretch;
	justify-content: space-around;
}

.page-template-template-oi .content-flex .col {
	background: #E8E8E8;
	padding: 20px 20px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	margin: 20px;
}

.page-template-template-oi .content-flex .col:first-of-type {
	width: 40%;
}

.page-template-template-oi .content-flex .col:last-of-type {
	width: 60%;
}

.page-template-template-oi .content-flex.section2 .col {
	width: 50%;
	flex-shrink: 0;
}

@media only screen and (max-width:968px) {
	.page-template-template-oi .content-flex {
		flex-direction: column;
	}

	.page-template-template-oi .content-flex .col:first-of-type {
		width: auto;
	}

	.page-template-template-oi .content-flex .col:last-of-type {
		width: auto;
	}
}


.page-template-template-oi .content-flex .col .contacts {
	overflow-x: auto;
}

.page-template-template-oi .content-flex .col .contacts .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

.page-template-template-oi .content-flex .col .contacts table {
	width: 100%;
}

.page-template-template-oi .content-flex .col .contacts td,
.page-template-template-oi .content-flex .col .contacts th {
	text-align: left;
	padding: 8px;
	font-weight: 400;
}

.page-template-template-oi .content-flex .col .contacts tr:first-of-type th {
	font-weight: 500;
}

.page-template-template-oi .content-flex .col .contacts tr:nth-child(odd) {
	background-color: #FFF;
}

.page-template-template-oi .content-flex .col .contacts tr:nth-child(even) {
	background-color: #EEE;
}

.page-template-template-oi .demarches .demarche {
	margin-right: 20px;
}


.page-template-template-oi div.hide,
.page-template-template-dossiers-oi div.hide,
.page-template-template-dossier-oi div.hide {
	display: none;
}


.home .espace-oi {
	background: #FF7900;
	color: #FFF;
	margin-top: 50px;
	padding: 40px;
	text-align: center;
}

.home .espace-oi h2 {
	color: #FFF;
}

.home .espace-oi h3 {
	font-size: 16px;
}

.home .espace-oi .btn {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.home .espace-oi .btn a {
	padding: 10px 30px;
	font-size: 16px;
	border: 1px solid #FFF;
	border-radius: 5px;
	color: #ffff;
	font-weight: bold;
	display: flex;
	width: fit-content;
	width: -moz-fit-content;
	text-align: center;
	justify-content: center;
	align-items: center;
	transition: 0.3s all ease;
}

.home .espace-oi .btn a:hover {
	opacity: 0.7;
}



.sub-head {
	background: #FF7900;
	position: fixed;
	top: 79px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 20px;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	width: 100%;
	z-index: 999;
	flex-wrap: wrap;
}

.sub-head>div {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sub-head .right .back {
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 5px;
}

.sub-head .right .back a {
	color: #FFF;
}


.page-template-template-oi .dossiers {
	font-size: 14px;
	font-weight: 400;
	margin: 50px 5%;
}

.page-template-template-oi .dossiers .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 15px;
}

.page-template-template-oi .dossiers .infos {
	background: #FF7900;
	border-radius: 4px;
	color: #FFF;
	padding: 15px 15px;
	margin-top: 20px;
	font-weight: 400;
	font-size: 17px;
}

.page-template-template-oi .dossiers .data {
	margin: 20px;
	overflow-x: auto;
}

.page-template-template-oi .dossiers table {
	width: 100%;
}

.page-template-template-oi .dossiers td,
.page-template-template-oi .dossiers th {
	text-align: left;
	padding: 12px;
	font-weight: 400;
}

.page-template-template-oi .dossiers tr:first-of-type th {
	font-weight: 500;
}

.page-template-template-oi .dossiers tr:nth-child(odd) {
	background-color: #EEE;
}

.page-template-template-oi .dossiers tr:nth-child(even) {
	background-color: #FFF;
}

.page-template-template-oi .dossiers tr:not(:first-of-type) {
	cursor: pointer;
	transition: 0.3s all ease;
}

.page-template-template-oi .dossiers tr:not(:first-of-type):hover {
	opacity: 0.7;
}

.page-template-template-oi .dossiers .btn a {
	background: #FF7900;
	border-radius: 5px;
	color: #ffff;
	font-weight: bold;
	display: flex;
	transition: 0.3s all ease;
	width: fit-content;
	border: 1px solid #FF7900;
	cursor: pointer;
	font-size: 15px;
	justify-content: center;
	padding: 15px 15px;
	margin: auto;
	margin-top: 30px;
}

.page-template-template-oi .dossiers .btn a:hover {
	background: #FFF;
	color: #FF7900;
}



.custom-statut span {
	padding: 7px 10px;
	border-radius: 20px;
	font-weight: 500;
	display: block;
	white-space: nowrap;
	text-align: center;
	width: fit-content;
	background: lightgray;
	width: -moz-fit-content;
}

.custom-statut-1 span {
	background: #D7D7D7;
}

.custom-statut-2 span {
	background: #C2C229;
}

.custom-statut-5 span {
	background: #DBDB21;
}

.custom-statut-10 span {
	background: #E6A73F;
}

.custom-statut-20 span {
	background: #5B8BE4;
}

.custom-statut-30 span {
	background: #8BD398;
}

.custom-statut-50 span {
	background: #000000;
	color: #FFF;
}

.custom-statut-100 span {
	background: #10A914;
}

.custom-statut-11 span,
.custom-statut-12 span,
.custom-statut-13 span,
.custom-statut-14 span,
.custom-statut-15 span {
	background: #0a3170;
	color: #FFF;
}





.page-template-template-dossiers-oi .head {
	background: #FF7900;
	/* margin-top: 80px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 20px;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	flex-wrap: wrap;
}

.page-template-template-dossiers-oi .head>div {
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-template-template-dossiers-oi .head .right .logout,
.page-template-template-dossiers-oi .head .right .back {
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 5px;
	color: #FFF;
}

.page-template-template-dossiers-oi .head .right .back a {
	color: #FFF;
}


.page-template-template-dossiers-oi .dossiers {
	font-size: 14px;
	font-weight: 400;
	margin: 50px 5%;
}

.page-template-template-dossiers-oi .dossiers .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 15px;
}

.page-template-template-dossiers-oi .dossiers .data {
	margin: 20px;
	overflow-x: auto;
}

.page-template-template-dossiers-oi .dossiers table {
	width: 100%;
}

.page-template-template-dossiers-oi .dossiers td,
.page-template-template-dossiers-oi .dossiers th {
	text-align: left;
	padding: 12px;
	font-weight: 400;
}

.page-template-template-dossiers-oi .dossiers tr:first-of-type th {
	font-weight: 500;
}

.page-template-template-dossiers-oi .dossiers tr:nth-child(odd) {
	background-color: #EEE;
}

.page-template-template-dossiers-oi .dossiers tr:nth-child(even) {
	background-color: #FFF;
}

.page-template-template-dossiers-oi .dossiers tr:not(:first-of-type) {
	cursor: pointer;
	transition: 0.3s all ease;
}

.page-template-template-dossiers-oi .dossiers tr:not(:first-of-type):hover {
	opacity: 0.7;
}






.page-template-template-dossier-oi .head {
	background: #FF7900;
	/* margin-top: 80px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 20px;
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	flex-wrap: wrap;
}

.page-template-template-dossier-oi .head>div {
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-template-template-dossier-oi .head .right .logout,
.page-template-template-dossier-oi .head .right .back {
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 5px;
	color: #FFF;
}

.page-template-template-dossier-oi .head .right .back a {
	color: #FFF;
}


.page-template-template-dossier-oi .content {
	padding: 40px 5%;
	color: #1D1D1D;
	font-size: 17px;
}

.page-template-template-dossier-oi .content .back {
	color: #1D1D1D;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 40px;
}

.page-template-template-dossier-oi .content .back a {
	display: flex;
	transition: 0.3s all ease;
}

.page-template-template-dossier-oi .content .back a:hover {
	opacity: 0.7;
}

.page-template-template-dossier-oi .content .back a span {
	margin-top: -2px;
	margin-right: 5px;
}

.page-template-template-dossier-oi .content .first-row {
	display: flex;
	margin-bottom: 40px;
}

.page-template-template-dossier-oi .content .first-row .col {
	width: 50%;
	background: #f2f2f2;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}

.page-template-template-dossier-oi .content .first-row .col:first-of-type {
	margin-right: 20px;
}

.page-template-template-dossier-oi .content .first-row .col:last-of-type {
	margin-left: 20px;
}

.page-template-template-dossier-oi .content .first-row .col .data {
	margin: 10px 15px;
}

.page-template-template-dossier-oi .content .first-row .col .data .title {
	font-weight: 500;
}

.page-template-template-dossier-oi .content .first-row .col .line {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.page-template-template-dossier-oi .content .first-row .col .data .value {
	font-weight: 400;
}

.page-template-template-dossier-oi .content .first-row .col .data.bold .value {
	font-weight: 600;
	font-size: 25px;
}



@media only screen and (max-width:968px) {
	.page-template-template-dossier-oi .content .first-row {
		flex-direction: column;
	}

	.page-template-template-dossier-oi .content .first-row .col {
		width: 100%;
	}

	.page-template-template-dossier-oi .content .first-row .col:first-of-type {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.page-template-template-dossier-oi .content .first-row .col:last-of-type {
		margin-left: 0px;
	}
}




.page-template-template-dossier-oi .content .second-row {
	display: flex;
	margin-bottom: 40px;
}

.page-template-template-dossier-oi .content .second-row .col {
	display: flex;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires {
	margin-right: 20px;
	width: 70%;
	flex-shrink: 0;
	flex-direction: column;
}

.page-template-template-dossier-oi .content .second-row .col:last-of-type {
	margin-left: 20px;
	width: 100%;
	flex-direction: column;
}

.page-template-template-dossier-oi .content .second-row .col:last-of-type .card {
	background: #f2f2f2;
	padding: 20px;
}

.page-template-template-dossier-oi .content .second-row .col:last-of-type .card:first-of-type {
	margin-bottom: 20px;
}

.page-template-template-dossier-oi .content .second-row .col:last-of-type .card .data {
	margin: 10px 15px;
}

.page-template-template-dossier-oi .content .second-row .col:last-of-type .card .data .title {
	font-weight: 500;
	margin-bottom: 10px;
}

.page-template-template-dossier-oi .content .second-row .col:last-of-type .card .data .value {
	font-weight: 400;
}

.page-template-template-dossier-oi .content .second-row .col:last-of-type .card:last-of-type .title {
	font-weight: 500;
	margin-bottom: 15px;
}

.page-template-template-dossier-oi .content .second-row .col:last-of-type .card:last-of-type .documents .doc {
	font-weight: 400;
	margin-bottom: 5px;
}


@media only screen and (max-width:968px) {
	.page-template-template-dossier-oi .content .second-row {
		flex-direction: column-reverse;
	}

	.page-template-template-dossier-oi .content .second-row .col.commentaires {
		margin-right: 0;
		width: 100%;
		margin-top: 20px;
	}

	.page-template-template-dossier-oi .content .second-row .col:last-of-type {
		margin-left: 0;
	}
}

.page-template-template-dossier-oi .content .second-row .col.commentaires {
	background: #f2f2f2;
	padding: 20px;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .title {
	font-weight: 500;
	margin-bottom: 15px;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .commentaire {
	margin-bottom: 15px;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .commentaire .text {
	background: #888;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 5px;
	font-weight: 400;
	display: flex;
	width: fit-content;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .commentaire.user .text {
	margin-left: auto;
	background: #132c58;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .commentaire .date {
	font-weight: 400;
	margin-top: 5px;
	margin-left: 5px;
	font-style: italic;
	font-size: 13px;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .commentaire.user .date {
	text-align: right;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .add-commentaire {
	margin-top: 40px;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .add-commentaire .title {
	margin-bottom: 10px;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .add-commentaire .add {
	display: flex;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .add-commentaire .add #validate-comments {
	display: flex;
	height: 40px;
	width: 50px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-top: auto;
	margin-left: 10px;
	flex-shrink: 0;
	transition: 0.3s all ease;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .add-commentaire .add #validate-comments:hover {
	opacity: 0.7;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .add-commentaire .add #validate-comments svg g path {
	fill: #132c58;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .add-commentaire .add .formulaire {
	width: 100%;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .add-commentaire .add .formulaire textarea {
	padding: 7px 10px;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
	resize: none;
	height: 100px;
	width: 100%;
	border: 1px solid #CCC;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .add-commentaire .add .formulaire textarea:focus {
	outline: 0;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .add-commentaire .add .formulaire .flex-row {
	display: flex;
	flex-wrap: wrap;
}

.page-template-template-dossier-oi .content .second-row .col.commentaires .add-commentaire .add .formulaire input {
	padding: 7px 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}




.page-template-template-suivi-dossier .content {
	font-size: 17px;
}

.page-template-template-suivi-dossier .content .card {
	background: #FF7900;
	display: flex;
}

.page-template-template-suivi-dossier .content .card .img {
	margin-right: 20px;
	width: 450px;
	flex-shrink: 0;
}

.page-template-template-suivi-dossier .content .card .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.page-template-template-suivi-dossier .content .card .form {
	padding: 40px;
	width: 100%;
}

.page-template-template-suivi-dossier .content .card .form .input-group {
	margin-bottom: 20px;
}

.page-template-template-suivi-dossier .content .card .form .input-group input {
	padding: 7px 10px;
	border: 1px solid #FF7900;
	border-radius: 5px;
	font-size: 16px;
	position: relative;
	margin-bottom: 6px;
	width: 100%;
}

.page-template-template-suivi-dossier .content .card .form .input-group input:focus {
	border: 1px solid #FF7900;
}

.page-template-template-suivi-dossier .content .card .form .input-group .info {
	font-weight: 500;
	font-size: 15px;
	font-style: italic;
	color: #FFF;
}

.page-template-template-suivi-dossier .content .card .form .button {
	background: #FFF;
	color: #FF7900;
	margin: auto;
	margin-top: 30px;
}

.page-template-template-suivi-dossier .content .card .form .button:hover {
	opacity: 0.7;
}


@media only screen and (max-width:968px) {
	.page-template-template-suivi-dossier .content .card .img {
		display: none;
	}
}


th.bold {
	font-weight: 600 !important;
}


.page-template-template-suivi-dossier .infos-dossier {
	margin-top: 40px;
}

.page-template-template-suivi-dossier .infos-dossier .first-row {
	display: flex;
}

.page-template-template-suivi-dossier .infos-dossier .first-row .col {
	width: 50%;
	background: #f2f2f2;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}

.page-template-template-suivi-dossier .infos-dossier .first-row .col:first-of-type {
	margin-right: 20px;
}

.page-template-template-suivi-dossier .infos-dossier .first-row .col:last-of-type {
	margin-left: 20px;
}

.page-template-template-suivi-dossier .infos-dossier .first-row .col .data {
	margin: 10px 15px;
}

.page-template-template-suivi-dossier .infos-dossier .first-row .col .data .title {
	font-weight: 600;
}

.page-template-template-suivi-dossier .infos-dossier .first-row .col .data .value {
	font-weight: 400;
}

.page-template-template-suivi-dossier .infos-dossier .first-row .col .data.bold .value {
	font-weight: 600;
}

.page-template-template-suivi-dossier .infos-dossier .first-row .col .line {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.page-template-template-suivi-dossier .infos-dossier .first-row .col .data .value {
	font-weight: 400;
}

.page-template-template-suivi-dossier .infos-dossier .first-row .col .data.bold .value {
	font-weight: 600;
	font-size: 25px;
}


.page-template-template-suivi-dossier .infos-dossier .second-row {
	margin-top: 20px;
	display: flex;
}

.page-template-template-suivi-dossier .infos-dossier .second-row .col {
	width: 50%;
	background: #f2f2f2;
	padding: 20px;
	display: flex;
	/* flex-wrap: wrap; */
	flex-direction: column;
	max-height: 500px;
}

.page-template-template-suivi-dossier .infos-dossier .second-row .col:first-of-type {
	margin-right: 20px;
	overflow-y: scroll;

}

.page-template-template-suivi-dossier .infos-dossier .second-row .col:last-of-type {
	margin-left: 20px;
}

.page-template-template-suivi-dossier .infos-dossier .second-row .col .data {
	margin: 10px 15px;
}

.page-template-template-suivi-dossier .infos-dossier .second-row .col .data .title {
	font-weight: 600;
}

.page-template-template-suivi-dossier .infos-dossier .second-row .col .data .value {
	font-weight: 400;
}

.page-template-template-suivi-dossier .infos-dossier .second-row .col .data .value.custom-statut-50 {
	color: #FFF;
}

.page-template-template-suivi-dossier .infos-dossier .second-row .col .data.bold .value {
	font-weight: 600;
}


.page-template-template-suivi-dossier .infos-dossier .second-row .col.infos {
	background: transparent;
	text-align: center;
	font-weight: 400;
	display: block;
}

.page-template-template-suivi-dossier .infos-dossier .second-row .col.infos span.bold {
	font-weight: 600;
}

.page-template-template-suivi-dossier .infos-dossier .second-row .col .data .title {
	margin-bottom: 10px;
}


@media only screen and (max-width:968px) {
	.page-template-template-suivi-dossier .infos-dossier .first-row {
		flex-direction: column;
	}

	.page-template-template-suivi-dossier .infos-dossier .first-row .col {
		width: 100%;
	}

	.page-template-template-suivi-dossier .infos-dossier .first-row .col:first-of-type {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.page-template-template-suivi-dossier .infos-dossier .first-row .col:last-of-type {
		margin-left: 0px;
	}

	.page-template-template-suivi-dossier .infos-dossier .second-row {
		flex-direction: column-reverse;
	}

	.page-template-template-suivi-dossier .infos-dossier .second-row .col {
		width: 100%;
	}

	.page-template-template-suivi-dossier .infos-dossier .second-row .col:first-of-type {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.page-template-template-suivi-dossier .infos-dossier .second-row .col:last-of-type {
		margin-left: 0px;
	}
}



.single-demarches .return {
	margin-top: 20px;
	transform: translateY(30px);
}

.single-demarches .return .arrow {
	margin: 20px;
	cursor: pointer;
	transition: 0.3s all ease;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
}

.single-demarches .return .arrow:hover {
	opacity: 0.7;
}

.single-demarches .return .arrow svg {
	transform: scale(0.7);
}



.single-demarches #steps-travaux {
	margin-bottom: 40px;
	width: 100%;
}

.single-demarches #steps-travaux .button {
	margin-left: auto;
	color: #e20621;
	background: transparent;
	border: 1px solid #e20621;
}

.single-demarches #steps-travaux .button:hover {
	color: #FFF;
	background: #e20621;
	border: 1px solid #e20621;
}

.single-demarches #steps-travaux .step {
	margin-bottom: 40px;
	margin-top: 20px;
}

.single-demarches #steps-travaux .step .step-number {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.single-demarches #steps-travaux .step .step-number .title {
	font-size: 16px;
	color: #1D1D1D;
	font-weight: 600;
}

.single-demarches #steps-travaux .step .step-number .close {
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: 0.3s all ease;
}

.single-demarches #steps-travaux .step .step-number .close:hover {
	opacity: 0.7;
}

.single-demarches #steps-travaux .step .step-number .close img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.single-demarches #steps-travaux .step .formulaire {
	margin: 0;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.single-demarches #steps-travaux .step .formulaire .input-group {
	width: 30%;
}

.single-demarches #steps-travaux .step .formulaire .input-group label {
	font-size: 15px;
}

@media only screen and (max-width:980px) {
	.single-demarches #steps-travaux .step .formulaire {
		flex-direction: column;
		align-items: center;
	}
}


.single-demarches .stage.validation .formulaire fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

.single-demarches .stage.user-types h2 {
	margin-bottom: 50px;
}

.single-demarches .stage.user-types title {
	margin-bottom: 0;
}

.single-demarches .stage.user-types p {
	margin: 0;
	text-align: left;
}

.single-demarches .stage.user-types #validate-user-type {
	margin-top: 50px;
}

.single-demarches .stage.infos-collectivite .input-group.adresse {
	margin: 10px;
}

@media screen and (max-width: 632px) {
	.single-demarches .stage.infos-collectivite .input-group.adresse {
		max-width: 280px;
		margin: 10px auto;
	}
}

#menu-item-174 {
	width: 100%;
	text-align: center;
}

#menu-item-174 ul {
	flex-direction: row;
	justify-content: center;
	gap: 16px;
}

#menu-item-176 img {
	height: 35px;
}

.ajout-fichier .dropzone .dz-preview .dz-progress {
	display: none !important;
}

.ajout-fichier .dropzone .dz-preview.dz-image-preview {
	background-color: unset;
}

.ajout-fichier .dropzone {
	background: #f1f0ef;
	border: none;
	border-radius: 20px;
}

.ajout-fichier {
	display: none;
	font-size: 17px;
	flex-direction: column;
	align-items: center;
	width: 400px;
	margin: 40px auto auto auto;
	border: 2px solid #e20621;
	padding-bottom: 20px;
	border-radius: 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	max-width: 100%;
}

.ajout-fichier h3 {
	background: #fff;
	padding: 5px 10px;
	border-radius: 20px;
	position: relative;
	top: -16px;
	margin: 0;
	font-size: 18px;
}

.ajout-fichier div select:hover {
	background: #e1e1e1 !important;
}

.modal-rdv {
	display: none;
	position: fixed;
	z-index: 100000000;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	background: #5c5c5c4f;
  }
  
  .modal-rdv-close {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
  }
  
  .modal-rdv-close svg {
	width: 28px;
	height: 28px;
  }
  
  .modal-rdv-content-2 {
	width: 40%;
	min-width: 400px;
	height: 80%;
	transform: translate(-50%, -50%);
	border-radius: 20px;
	top: 50%;
	left: 50%;
	position: relative;
	overflow: hidden;
	background: #fff;
	padding-top: 50px;
  }
  
  .modal-rdv-content-2 iframe {
	height: 100%;
	width: 100%;
  }








.third-row {
	display: flex;
	margin-bottom: 40px;
	margin-top: 20px;
	gap: 40px;
	justify-content: end;
	align-items: top;
  }
  
  .third-row .col {
	width: 50%;
	display: flex;
	gap: 20px;
	flex-direction: column;
  }
  
  .third-row .col .el {
	background: #f2f2f2;
	padding: 35px;
  
  }
  
  .third-row .col .data {
	width: 100%;
  }
  
  .third-row .col .data .button{
	background: #e20621;
	color: white;
	border-radius: 20px;
	padding: 10px 30px;
	font-weight: bold;
	display: flex;
	transition: 0.3s all ease;
	width: fit-content;
	border: 1px solid #e20621;
	cursor: pointer;
	margin: 24px auto auto auto;
  }
  
  .third-row .col .data .button.inactive {
	background: #ccc;
	color: #fff;
	border: none;
	cursor: not-allowed;
	pointer-events: none;
  }
  
  .third-row .col .data .button:hover {
	background: #fff;
	color: #e20621;
  }
  
  .third-row .col .data .button.inactive:hover {
	background: #e20621;
	color: white;
  }
  
  .third-row .col .data .title {
	font-weight: 600;
	margin-bottom: 10px;
  
  }
  
  .third-row .col .data .rdvs {
	display: flex;
	flex-direction: column;
	gap: 16px;
  }
  
  .third-row .col .data .rdvs .rdv {
	padding: 14px;
  }
  
  .third-row .col .data .rdvs .rdv .rdv-top {
	display: flex;
	gap: 16px;
	align-items: center;
  }
  
  .third-row .col .data .rdvs .rdv .rdv-content {
	margin-top: 12px;
  }
  
  .third-row .col .data .rdvs .rdv .rdv-content .rdv-content-title {
	margin-bottom: 16px;
  }
  
  .third-row .col .data .rdvs .rdv.canceled {
	background: #E29E9E;
  }
  
  .third-row .col .data .rdvs .rdv.booked {
	background: #B3DC71;
  }
  
  .third-row .col .data .rdvs .rdv.done {
	background: #E0E0E0;
  }
  
  .third-row .col .data .rdvs .rdv .rdv-cancel-button {
	background: #D92222;
	border-radius: 20px;
	padding: 4px 8px 6px 8px;
	cursor: pointer;
	width: fit-content;
	margin-top: 8px;
	margin-left: auto;
  }
  
  .third-row .col .data .rdvs .rdv .rdv-cancel-button a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
  }
  
  
  .third-row .col .data .rdvs .rdv .rdv-top .rdv-status {
	font-weight: 600;
	color: black;
	background: white;
	border-radius: 20px;
	padding: 6px 12px;
	font-size: 14px;
  }
  
  .third-row .col .data .rdvs .rdv .rdv-top .rdv-date {
	font-weight: 600;
	color: black;
	font-size: 16px;
  }
  
  .third-row .col .data .rdvs .rdv .rdv-top .rdv-length {
	font-size: smaller;
  }
  

  .single-demarches .stage.offers2 .bigtitle {
	font-size: 40px;
	color: #e20621;
	margin: 0;
	text-align: center;
  }
  
  .single-demarches .stage.offers2 .bigtitle2 {
	font-size: 32px;
	color: #e20621;
	margin: 0;
	text-align: center;
  }
  
  .single-demarches .stage.offers2 .subtitletop {
	text-align: left;
  }
  
  .single-demarches .stage.offers2 .prestations {
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	opacity: 1;
	margin-bottom: 48px;
	margin-top: 32px;
	gap: 32px;
  }
  
  @media screen and (max-width: 1080px){
	.single-demarches .stage.offers2 .prestations {
	  flex-direction: column;
	  align-items: center;
	}
  }
  
  .single-demarches .stage.offers2 .prestations .prestation {
	/* border: 1px solid #e20621; */
	border-radius: 20px;
	/* padding: 20px; */
	color: #1e1e1e;
	margin-bottom: 17px;
	width: 100%;
	position: relative;
	opacity: 1;
	cursor: pointer;
	transition: 0.3s;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	max-width: 434px;
	display: flex;
	flex-direction: column;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation .top {
	background-color: #e20621;
	padding: 20px 20px 24px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	text-align: center;
	color: #fff;
	border-radius: 20px 20px 0 0;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation .body {
	padding: 12px 20px 24px 20px;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	flex: 1;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation .title {
	font-size: 25px;
	max-width: 100%;
	text-align: center;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation .subtitle {
	font-size: 17px;
	font-weight: lighter;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	letter-spacing: 0.04rem;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation .price {
	font-size: 38px;
	color: #e20621;
	text-align: center;
	line-height: initial;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation .detail {
	font-size: 26px;
	color: #ff0000;
	text-align: center;
	border-bottom: 1px solid #036;
	padding-bottom: 16px;
	text-transform: uppercase;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation .content {
	display: flex;
	justify-content: space-between;
	min-height: 71%;
	width: 390px;
	font-size: 16px;
	font-weight: 600;
	max-width: 100%;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation .content ul i {
	color: #3ac225;
	font-size: 14px;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation i {
	color: #706f6f;
	font-size: 14px;
	font-weight: initial;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation .content i a {
	color: #706f6f;
  }
  
  
  .single-demarches .stage.offers2 .prestations .prestation .content ul {
	padding: 0;
	padding-left: 20px;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	gap: 10px;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation .content ul li::marker{
	color: #3ac225;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation .choisir {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: auto;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation .choisir button{
	background-color: #959595;
	border: none;
	padding: 16px 32px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	transition: 0.3s;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation.active {
	/* background: #036;
	color: #fff; */
	transition: 0.3s;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation.active .price {
	/* color: #fff; */
  }
  
  .single-demarches .stage.offers2 .prestations .prestation.active .detail {
	/* color: #fff; */
	/* border-bottom: 1px solid #fff; */
  }
  
  .single-demarches .stage.offers2 .prestations .prestation.active a {
	/* color: #fff; */
  }
  
  .single-demarches .stage.offers2 .prestations .prestation.active ul i {
	/* color: #eaeaea; */
  }
  
  .single-demarches .stage.offers2 .prestations .prestation.active i {
	/* color: #eaeaea; */
  }
  
  .single-demarches .stage.offers2 .prestations .prestation.active i a {
	/* color: #eaeaea; */
  }
  
  .single-demarches .stage.offers2 .prestations .prestation.active .choisir button {
	background-color: #3AC225;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation .check {
	bottom: 33px;
	position: absolute;
	right: 48px;
	opacity: 0;
  }
  
  .single-demarches .stage.offers2 .prestations .prestation.active .check {
	opacity: 1;
  }
  
  .single-demarches .stage.offers2 table {
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 20px;
	margin-top: 24px;
	overflow: hidden;
  }
  
  .single-demarches .stage.offers2 table tr {
	border-bottom: 1px solid #ebebeb;
	font-weight: 400;
  }
  
  .single-demarches .stage.offers2 table tr th{
	padding: 16px;
	background-color: #e20621;
	color: #fff;
	font-size: 18px;
  }
  
  .single-demarches .stage.offers2 table tr th:first-of-type{
	text-align: start;
  }
  
  @media screen and (max-width: 1080px){
	.single-demarches .stage.offers2 table tr th:not(:first-of-type){
	  font-size: 14px;
	  padding: 8px;
	}
  }
  
  .single-demarches .stage.offers2 table .cat td{
	text-align: start;
	background-color: #EBEBEB;
	color: #000;
	font-weight: bold;
  }
  
  .single-demarches .stage.offers2 table .spec td:not(:first-of-type){
	text-align: center;
  }
  
  .single-demarches .stage.offers2 table tr td{
	padding: 16px;
  }
  
  .single-demarches .stage.offers2 .offer {
	margin-bottom: 40px;
	font-size: 15px;
	font-weight: 400;
	font-style: italic;
	color: #e20621;
	width: 100%;
  }

  .print {
	border: 1px solid #e20621;
	padding: 16px 32px;
	border-radius: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	transition: 0.3s;
	background-color: #e20621;
	margin-top: 64px;
  }
  
  .print:hover {
	background-color: #fff;
	color: #e20621;
	border: 1px solid #e20621;
  }

  @media print {
	.footer {
	  display: none !important;
	}
  }

  #modal-validate-file-type {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: #1d1d1d66;
	display: none;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.3s all ease;
	z-index: 9999999999;
  }
  
  #modal-validate-file-type .content {
	width: 90%;
	max-width: 700px;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 1px 1px 3px 0px #ccc;
  }
  
  #modal-validate-file-type .content .title {
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
  }
  
  #modal-validate-file-type .content .select {
	margin-bottom: 20px;
  }
  
  #modal-validate-file-type .content .select select {
	font-size: 18px;
	width: 100%;
	max-width: 100%;
	padding: 7px;
  }
  
  #modal-validate-file-type .content .validate {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  #modal-validate-file-type .content .validate .button {}
  