/* montserrat-200 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('/assets/fonts/montserrat-v25-latin_latin-ext-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('/assets/fonts/montserrat-v25-latin_latin-ext-200.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-200italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  src: url('/assets/fonts/montserrat-v25-latin_latin-ext-200italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('/assets/fonts/montserrat-v25-latin_latin-ext-200italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/montserrat-v25-latin_latin-ext-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('/assets/fonts/montserrat-v25-latin_latin-ext-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('/assets/fonts/montserrat-v25-latin_latin-ext-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('/assets/fonts/montserrat-v25-latin_latin-ext-italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/montserrat-v25-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('/assets/fonts/montserrat-v25-latin_latin-ext-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('/assets/fonts/montserrat-v25-latin_latin-ext-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
       url('/assets/fonts/montserrat-v25-latin_latin-ext-700italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


a{
	color: #938f8b;
}
a:hover, a:focus{
	color:#ef8157 !important;
}

footer{
	text-align:center;
}

.sidebar .sidebar-wrapper{
	overflow-x:hidden;
}
.login_form{
    padding-top:20px;	
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 255, .2);
}


.login_form h1{
	text-align: center;
}

.login_form label{
	padding-top:8px;
	width:80px;
}

.login_form button{
	margin-right: 18px;
}

.login_form input{
	display: inline-block !important;
	width:auto;
}

.link_mire{
	padding-bottom: 10px;
	text-align: right;
	padding-right:18px;
}
footer a, .link_mire a {
	
	color:#999;
}

footer a:hover, .link_mire a:hover {
    
    color:#999;
}

footer .credits, footer .credits .copyright{
	width:100%;
}

a[target="_blank"]:after{
	
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

#account_link_area a{
	text-transform: none !important;
}

.logo-image-small img{
	border-radius:50%;
}

/*
<a href='https://fr.freepik.com/vecteurs/fond'>Fond vecteur créé par coolvector - fr.freepik.com</a>
*/

#listOfAsvs .fa-trash, #listOfApplication .fa-trash,  #listOfSharing .fa-times-circle, #listOfSharing .fa-trash{
	color: red;
}


#listOfAsvs .fa-pen, #listOfApplication .fa-pen, #listOfSharing .fa-check-circle, #listOfSharing .fa-pen{
    color: green;
}

.centerMe{
	text-align: center;
}

.sidebar-wrapper .nav svg{
	margin-right: 8px;
	width:24px;
}

th.actionTh{
	width:50px;
	text-align: center;
}

th.idTh{
    width:30px;
    text-align: center;
}

.aRequirement{
	margin-top: 10px;
	margin-bottom: 10px;
}

.aRequirement .leftPart{
	background: #e8e8e8;
	padding: 8px;
}

.aRequirement .rightPart{
    background: #ddd;
    padding: 8px;
}

.responseZone .form-check-label{
	padding-left: 8px;
	margin-right: 10px;
}

.aTitleSection{
	font-size:130%;
	font-weight: bold;
	border-left: 6px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding-left: 8px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
}

textarea{
	padding:10px !important;
}

.notCompliant{
	color: #f7f7f7;
	background-color:red !important;
}

.compliant{
    color: #f7f7f7;
    background-color:green !important;
}

.partCompliant{
    color: #f7f7f7;
    background-color:rgb(255,165,0) !important;
}

.naCompliant{
    text-decoration: line-through;
}

.aRequirement .infoPart{
    background: #f7f7f7;
    padding: 8px;
}

.aRequirement .infoPart a{
	color:#9f9f9f;
}

.chapterInfo{
	background-color: #f4f3ef;
	border-bottom:2px silver solid;
	padding:8px 0;
}

.completeWord, #percentGlobalText{
	float:left;
	margin-right: 8px;
}

.chapterInfo .progress, #cartouche .progress{
	margin-top:4px;
}

#scroolToTop{
	float: right;
	right: 0px;
	position: fixed;
	bottom: 0;
	height: 40px;
	background: #ddd;
	padding: 8px;
	font-size: 120%;
	cursor:pointer
}
#scroolToTop:hover{
	color:#ef8157;
}

#levelMandatoryGlobal{
	font-weight: bold;
	padding-top:18px;
}

#percentGlobalComplete{
	padding-top:18px;
}

#cartouche{
	margin-bottom: 30px;
	background-color: #fff;
}

#cartouche button{
	margin-left: -18px;
}

.bigNumber{
	font-size:200%;
	font-weight:bold;
}

#cartoucheDetail{
	   margin-bottom: 30px;
    background-color: #fff;
	padding: 10px 0;
}

.redMe{
	color:red;
}

.greenMe{
	color:green;
}

.orangeMe{
	color:orange;
}

.navbar .navbar-brand{
	text-transform: none !important;
}

#resetPasswordForm .form-group{
	
	width:60%;
	display:inline-block;
}

#resetPasswordForm button, #resetPasswordForm .col-sm-10,#resetPasswordForm label{
	display: inline-block;
}

#resetPasswordForm input{
	width:100% !important;
}

div.notLogged{
	
	padding-top:60px;
	
    height: auto !important;
}

#listOfSharing tr:hover{
	background-color:#eddfc9;
}

#listOfSharing .whoSharing{
	width: 30%;
}

.levelInResultList{
	font-style:italic;
	font-size:80%;
}

.content form{
	margin-left: -15px;
}


.content form.noMarginNeg, .login_form form{
	margin-left: 0;
}