/*
    TITRES ET TEXTES : font-family: 'Roboto', sans-serif;
    TITRES : font-family: 'Ubuntu', sans-serif;

	vert : 			#67b9b0;
	bleu clair : 	#219cdc;
	bleu foncé : 	#00448a;
	rouge : 		#ce1431:
	orange : 		#e5531a;
	gris clair : #F7F7F7;
	gris fonce : #c0c0c0;
*/

* { font-family: 'Roboto', sans-serif; }

html {
    position: relative;
    width: 100%;
    height: 100%;
	scroll-behavior: smooth;
}

body {
    position: relative;
    width: 100%;
    height: 100%; 
    background-size: cover;
}

.margin-5 { margin-top: 5px; margin-bottom: 5px; }
.margin-10 { margin-top: 10px; margin-bottom: 10px; }
.margin-20 { margin-top: 20px; margin-bottom: 20px; }
.margin-30 { margin-top: 30px; margin-bottom: 30px; }

.container {
	max-width: 1360px;
}

.green { color :#00448a; }
.red { color :#e64636; }
.grey { color :#b4b4b4; }

.main-container {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    padding: 150px 0 50px;
	overflow: hidden
}

.logo {
	max-width: 250px;
	margin:auto;
    position: relative;
    padding:20px 0;
    text-align: center;
}

.logo-cartouche {
	position: absolute;
	top:-5px;
	left: 25px;
	max-width: 200px;
}


.inner-container {
	padding: 15px 25px;
}

h1 {
    color: #00448a;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

h2 {
    color: #00448a;
    font-size: 24px;
    text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

h3 {
    color: #414042;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

h4 {
    color: #414042;
    font-weight: 700;
    font-size: 18px;
	margin-bottom: 15px;
}

p, a, label {
    color: #333;
    font-size: 16px;
}

p {
	margin-bottom: 10px;
}

a { transition: all .5s ease; }

a:hover {
	color: #00448a;
	text-decoration: none;
}

em {
	font-size: 14px;
}


.log-out {
    position: absolute;
    top: 20px; 
    right: 20px;
	padding-right: 50px;
}

.log-out p {
    color: #b4b4b4;
    font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	text-align: right;
}

.log-out p span {
   text-transform: uppercase;
}



.log-out a {
   	position: absolute;
	top:0;
	right:0;
   	width: 45px;
   	display: inline-block;
   	padding-left: 10px;
}

.login-description {
    padding: 0 100px;
    text-align: center;
    font-weight: 700;
}

.description {
    padding: 0 20px;
    text-align: center;
    font-weight: 700;
}


input, select {
    padding: 5px;
    width: 100%;
    color: #414042;
    text-align: center;
	border: 1px solid #00448a;
	background-color:#fff;
}

textarea {
	padding: 5px;
    width: 100%;
    color: #414042;
	border: 1px solid #00448a;
	background-color:#fff;
}

#demande-form input, #demande-form textarea, #demande-form select, #demande-form option {
    text-align: left;
}

#demande-form select {
	padding: 8px;
}
#demande-form label {
	padding: 5px 0;
	margin:0;
}

.jodit-container:not(.jodit_inline) {
	border: 1px solid #00448a;
}


input[type="checkbox"] {
	width: auto;
}


input[type="submit"] {
    background-color: #00448a;
    padding: 10px 100px;
    width: auto;
    color: #fff;
    border: none;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.catalogue-list {
	margin-bottom: 0px;
}

.upload-btn {
    position: relative;
    background-color: #757575;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    width: 100%;
    font-weight: 700;
    cursor: pointer;
}

.upload-btn::after {
    position: absolute;
    right: 15px;
    content: '+';
}

.upload-container {
    display:none;
    position: absolute;
    border: 1px solid #454545;
    padding: 20px;
    background-color: #fff;
    width: 100%;
    max-width: 750px;
    left: 50%;
    top:40vh;
    transform: translate(-50%, -50%);
    z-index: 101;
}

.apercu-suggestion {
    display:none;
    position: absolute;
    border: 1px solid #454545;
    padding: 20px;
    background-color: #fff;
    width: 100%;
    max-width: 750px;
    left: 50%;
    top:40vh;
    transform: translate(-50%, -50%);
    z-index: 101; 
}

#apercu_titre_suggestion {
    color: #00448a;
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
}

p.apercu-suggestion-info-auteur {
    margin:0;
}

.separator-fw {
    width: 100%;
    height: 1px;
    background-color: #AEAEAE;
    margin:10px 0;
}

.separator {
    width: 100%;
	max-width: 150px;
    height: 2px;
	margin: 30px auto;
    background-color: #00448a;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bcbbbb;
    opacity: 1; /* Firefox */
}

.error {
    color: #ea4f3e;
}

.card-columns {
    column-count: 4 !important;
}

.card {
    padding: 5px;
}

.liste-suggestions-container, .suggestion-container {
    padding: 15px 25px;
}

.liste-demandes table {
    width:100%;
}

.liste-demandes table tr th {
	font-size: 14px;
    color: #b4b4b4;
}

.liste-demandes table tr th, .liste-demandes table tr td {
    padding: 5px 0;
	text-align: center;
}
.liste-demandes table tr td {
	font-size: 0;
}

.liste-demandes table tr td a {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
}


.liste-demandes table tbody tr:nth-child(odd) {
	background-color: #f5f5f5;
}

.liste-demandes table tr td p {
    height: 20px;
    overflow:hidden;
    transition: all 1s ease;
    cursor: pointer;
}
.liste-demandes table tr td p.active {
    height: auto;
}

.liste-demandes table tbody tr:last-of-type {
    border-bottom: none;
}

.liste-suggestion-titre {
    text-transform: uppercase;
    font-size: 14px;
    cursor:pointer;
}

.nb_pj {
    background-color: #00448a;
    display: inline-block;
    padding: 0px 5px;
    color: #fff;
    font-weight: 700;
}

.nb_pj.zero {
    background-color: #d9d9d9;
}

.btn-link {
	position: relative;
    display: inline-block;
    background-color: #00448a;
    padding: 10px 25px 10px 50px;
    color: #fff;
	transition: all .5s ease;
	border-radius: 4px;
}

.btn-link.deposer {
	position: relative;
    display: inline-block;
    background-color: #00448a;
    padding: 10px;
    color: #fff;
	transition: all .5s ease;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
}
.btn-link.deposer span {
	display: block;
	font-size: 14px;
	margin-top:7px;
	line-height: 18px;
}

.btn-link::before {
	content:'';
	position: absolute;
    top: 50%;
	left: 10px; 
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background-image: url("../images/svg/icon-plus-blc.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.btn-link.deposer::before {
	content:none; 
}

.btn-link.retour::before {
	width: 22px;
	height: 22px;
	background-image: url("../images/svg/icon-retour-blc.svg");
}

.btn-link:hover {
    background-color: #219cdc;
    color: #fff;
}


.zip-btn {
    background-color: #00448a;
    padding: 3px 10px;
    color: #fff;
}


.detail-traitement-demande { 
	position: relative;
	border: 1px solid #00448a;
	padding: 15px;
	margin: 30px 0 15px;
}

.detail-traitement-demande-titre {
	position: absolute;
	top: -18px;
	left: 15px;
	background-color: #fff;
	padding: 5px;
	font-weight: 700; 
}


a.table-btn {
	position:relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0 3px;
}

a.btn-detail-demande {
	width: 25px;
	height: 20px;
	background-image: url("../images/svg/icon-oeil.svg");
	position: relative;
}

a.btn-detail-demande.nouveau-message::after {
	position: absolute;
	content:'';
	top:-3px;
	right:-5px;
	width: 15px;
	height:15px;
	background-image: url("../images/svg/nouveau-message.svg");
	background-size: contain;
	background-repeat: no-repeat;
}

a.btn-edit-demande {
	width: 25px;
	height: 20px;
	background-image: url("../images/svg/icon-edit.svg");
}

a.btn-suppr-demande {
	width: 25px;
	height: 20px;
	background-image: url("../images/svg/icon-trash.svg");
}


.icon_etat {
	position:relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0 3px;
	width: 25px;
	height: 20px;
}

.icon_attente_validation, .icon_demande_envoyee { background-image: url("../images/svg/icon_attente_validation.svg"); }
.icon_retour_interne { background-image: url("../images/svg/icon_retour_interne.svg"); }
.icon_attente_ok_cp { background-image: url("../images/svg/icon_attente_ok_cp.svg"); }
.icon_retour_externe { background-image: url("../images/svg/icon_retour_externe.svg"); }
.icon_attente_modification { background-image: url("../images/svg/icon_attente_modification.svg"); }
.icon_modification_terminee { background-image: url("../images/svg/icon_modification_terminee.svg"); }
.icon_validation_modification_cp { background-image: url("../images/svg/icon_validation_modification_cp.svg"); }

span.icon_etat {
	position: absolute;
}

.informations-demande-container {
	position: relative;
	margin-bottom: 30px;
	background-color: #F7F7F7;
	padding: 15px;
	border-radius: 7px;
}

.pj-demande-container {
	position: relative;
	margin-bottom: 30px;
	background-color: #F7F7F7;
	padding: 15px;
	border-radius: 7px;
}

.informations-demande-container p {
	margin:0;
}

.details-demande-container {
	position: relative;
	background-color: #F7F7F7;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 7px;
}

.details-demande-container th, .details-demande-container td {
	border: 1px solid #67b9b0;
	padding: 5px;
}
.details-demande-container tr:nth-child(even) {
	background-color: rgba(103,185,176,0.30);
}

#adobe-dc-view {
	min-height: 100vh;
	position: relative;
}

#adobe-dc-view iframe {
	min-height: 100vh;
}


.save-verif-overlay, .saving-overlay {
	transition: all .5s ease;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.65);
	transform: scale(0);
	transform-origin: top left;
}

.saving-overlay {
	position: fixed;
}

.save-verif-overlay.active, .saving-overlay.active {
	transform: scale(1);
}

.save-verif-container {
	position: absolute;
	width: 500px;
	background-color: #fff;
	top: 120px;
	left: 50px;
	padding: 15px;
}

.save-verif-container::before {
	content:'';
	position: absolute;
	width: 62px;
	height: 20px;
	top:-20px;
	left: 50%;
	transform: translateX(-50%);
	background-image: url("../images/svg/fleche-haut-blanc.svg");
	background-size: cover;
}

#saving {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	background-color: #fff;
	padding: 15px 30px;
	border-radius: 15px;
}

#submit-form-btn {
	transition: all .5s ease;
	transform: scale(0);
}
#submit-form-btn.active {
	transform: scale(1);
}

#fermer-overlay {
	background-color: #8A0009;
	padding: 10px 30px;
	width: auto;
	color: #fff;
	border: none;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
	margin-left: 15px;
}

#valider-demande {
	background-color: #00448a;
	padding: 10px 30px;
	width: auto;
	color: #fff;
	border: none;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
}

.btn-bleu {
	background-color: #00448a;
	padding: 10px 30px;
	width: auto;
	color: #fff;
	border: none;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
	transition:all .5s ease;
}
.btn-bleu:hover {
	background-color: #219cdc;
	padding: 10px 30px;
	width: auto;
	color: #fff;
	border: none;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
}

.btn-vert {
	background-color: #67b9b0;
	padding: 10px 30px;
	width: auto;
	color: #fff;
	border: none;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
	transition:all .5s ease;
}
.btn-vert:hover {
	background-color: #86D3CB;
	padding: 10px 30px;
	width: auto;
	color: #fff;
	border: none;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
}

.btn-orange {
	background-color: #e5531a;
	padding: 10px 30px;
	width: auto;
	color: #fff;
	border: none;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
	transition:all .5s ease;
}
.btn-orange:hover {
	background-color: #EB7648;
	padding: 10px 30px;
	width: auto;
	color: #fff;
	border: none;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
}


.liste-demandes table td {
	position: relative;
}

.new {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: -10px;
	width: 20px;
	height: 20px; 
	border-radius: 100%;
	background-color: #296C16;
}
.new span {
	display: block;
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
}

#pdf_annote {
	display:none;
}

.message-box {
	max-width: 600px;
	background-color: #F7F7F7;
	padding: 15px;
	border-radius: 10px;
	margin: 10px 0;
}
.message-box.reponse {
	margin: 10px 0 10px 50px;
}

.message-content {
	padding: 15px 20px;
	margin-top: 15px;
	position: relative;
	font-size: 16px;
}

.message-content em {
	font-size: 16px;
}

.message-content::before,.message-content::after {
	content:'';
	position: absolute;
	width: 20px;
	height: 18px;
	background-size: contain;
	background-repeat: no-repeat;
}

.message-content::before {
	background-image: url("../images/svg/guillemet-1.svg");
	top: 0;
	left:0;
}
.message-content::after {
	background-image: url("../images/svg/guillemet-2.svg");
	bottom:18px;
	right:0;
}

#message_refus.vide, #message_refus_cp.vide, #pdfSharepoint.vide {
	border-color: #B60003;
}

#refus_vide, #refus_vide_cp, #sharepoint_vide {
	display: none;
	font-size: 14px;
	color: #B60003;
}